jCanvaScript is a javasript library that provides you methods to manage with the content of a HTML5 canvas element easily. It runs on any platform (including iPhone, iPad, Android) that supports canvas and JavaScript. To add support for canvas in Internet Explorer you can use ExCanvas.
The library is completely object-oriented and besides the canvas context, it provides access to mouse/keyboard events, drag ‘n’ drop and object animation.
Don’t forget to
subscribe to our RSS-feed and
follow us on Twitter — for recent updates.
Creating new objects is very straightforward with various built-in objects like .circle()
, .rect()
, .image()
, and much more.
Also, there is a huge set of functions that can complete almost any possible action within a single line.
jCanvaScript is very well documented and comes with examples for every feature.
Requirements: No Requirements
Compatibility: All Modern Browsers
Website: http://jcscript.com/
Download: https://github.com/apsavin/jCanvaScript