/imagine

imagine.js is a lightweight HTML5 Canvas library

Primary LanguageJavaScript

imagine.js Build Status

Lightweight HTML5 Canvas Library - imagine.js Demo

  • Add objects & images to canvas.
  • Drag & drop canvas elements including text, shapes, images and more.
  • Event handling for canvas elements.
  • Under 15KB minified, 4KB gzip.
  • CodePen Demo

How to build

You will need node installed as a development dependency. See node's site for help with that.

  1. npm install -g grunt-cli
  2. npm install -g bower
  3. npm install
  4. bower install
  5. Build - grunt (To view all grunt tasks, open Gruntfile.js)