chillJS is a 2D HTML5 canvas library, designed to write graphical applications easily and fast.
Get started with chillJS or check out some of the examples. For more information see the documentation.
bower install chill.js
or
Download directly the required files: chill.min.js
, chill.css
and include them in your html.
Build requires Node.js and Gulp.
gulp build
chillJS uses JSDoc 3 to generate the documentation:
jsdoc chill.js -d "./docs" -t ./builder/jsdoc-template --readme "./README.md"
Contributions are welcome.