is a webcomponent to hand draw paths on a canvas and get the paths coordinates
Polymer 1.7 ready
https://lostinbrittany.github.io/granite-ink
<granite-ink></granite-ink>
Install the component using Bower:
$ bower install LostInBrittany/granite-ink --save
Or download as ZIP.
-
Import Web Components' polyfill (if needed):
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
-
Import Custom Element:
<link rel="import" href="bower_components/granite-ink/granite-ink.html">
-
Start using it!
<granite-ink> </granite-ink>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D