jcanvas
jcanvas copied to clipboard
A jQuery plugin that makes the HTML5 canvas easy to work with.
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
hello! thank you for your hard work! this is a nice library, lightweight and really easy to use! I created a meme generator with Jcanvas, all fine but I guess...
Hi. Is there a way for this to work with Angular? I have the canvas set up in the view component. In the script component, I tried importing both jQuery...
Hi, Can anyone help me out with this error? ``` jcanvas.min.js?V=1607516916643:6 Uncaught TypeError: Cannot read property 'text' of undefined at ha (jcanvas.min.js?V=1607516916643:6) at S.fn.init.a [as drawText] (jcanvas.min.js?V=1607516916643:6) at A (jcanvas.min.js?V=1607516916643:6)...
$('#canvas').drawArc({ layer: true, draggable: true, fillStyle: '#36c', x: 300, y: 300, radius: 50, }); code like this, if I set canvas width 300px,height 300px, like this " ",and then can't...