Skip to content

Files

Latest commit

b2b0953 · Feb 18, 2016

History

History
33 lines (22 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 539 Bytes

curve

Extended library for HTML5 Canvas. This library contains (fill and stroke) bounds calculations for drawing a path.

Dependencies

curve has a few global dependencies in addition to node modules and bower libraries.

$ npm install -g gulp
$ npm install -g bower
$ npm install -g fayde-unify
$ npm install
$ bower install

Build

After installing dependencies, build uses the default gulp task.

$ gulp

Run

After installing dependencies and building, you can easily run the demos.

$ gulp demo