wsick / curve

Canvas Graphics Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Canvas Graphics Library

License:MIT License


Languages

Language:TypeScript 96.8%Language:HTML 2.0%Language:JavaScript 1.2%