ember-jsignature
v1.0.0
Published
Ember addon for jSignature
Downloads
97
Readme
ember-jsignature
ember cli addon for jSignature
Installation
Install this addon using ember-cli (NOTE: Version 2.8 and up supported):
ember install ember-jsignature
Usage
Use ember-jsignature in your template:
{{ember-jsignature
exportFormat='native'
color=color
background-color=backgroundColor
decor-color=lineColor
showUndoButton=showUndoButton
lineWidth=lineWidth
width="100%"
height="100%"
command=command
changeListener=(action "onChange")}}
Documentation
Information for using jSignature
Contributing
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.