1.0.0 • Published 8 years ago
ember-jsignature v1.0.0
ember-jsignature
ember cli addon for jSignature
Installation
Install this addon using ember-cli (NOTE: Version 2.8 and up supported):
ember install ember-jsignatureUsage
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 clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.