calebevans.me/projects/jcanvas/index.php
I would like to use jCanvas to draw shapes at both edit time and run time. I tried just copying and pasting the minified code into the common.js file, but got this error:
---------------------------
HTML5 exporter
---------------------------
Unable to load plugin in 'C:\Program Files\Construct 2\exporters\html5\plugins\zui_rectangle\': Javascript exception in file 'common.js' line 8: ReferenceError: jQuery is not defined
Code line:
tContext!=null);r(d);A.defaults=p;A.prefs=j;A.extend=B;k.jCanvas=A}(jQuery,doc
Stack trace:
ReferenceError: jQuery is not defined
at common.js:8:12841
This plugin will not be available in the editor.
---------------------------
OK
---------------------------
How would I get jCanvas to work?