View on GitHub

chillJS

chillJS - JavaScript 2D library

Download this project as a .zip file Download this project as a tar.gz file

chillJS

JavaScript 2D library

chillJS is a 2D HTML5 canvas library, designed to write graphical applications easily and fast.

Quickstart

Get started with chillJS or check out some of the examples. For more information see the documentation.

Install
bower install chill.js

or Download directly the required files: chill.min.js, chill.css and include them in your html.

Build

Build requires Node.js and Gulp.

gulp build
Documentation

chillJS uses JSDoc 3 to generate the documentation:

jsdoc chill.js -d "./docs" -t ./builder/jsdoc-template --readme "./README.md"
Dependencies
Contributing

Contributions are welcome.

License

MIT License