0.0.4 • Published 11 years ago
abcanvas v0.0.4
wzrd
Command-Line Interface for building easy canvas prototype based on wzrd.
installation
npm install abcanvas -gnote that you must have a copy of browserify installed as well. It can be either local (preferred) or global.
npm install browserify --saveusage
abcanvas setupThis setup the node modules and package.json for prototyping.
abcanvas create app.js This create the boilerplate js file for canvas animation app.
abcanvas app.jsThis will start a local development server (default of localhost:9966) that serves all files in the current folder with the exception of app.js, which will be browserified instead.