ember-signature-pad
This is an ember-cli addon component that allows for users to draw their own signature in a canvas element.
Compatibility
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
- Node.js v8 or above
Installation
ember install ember-signature-pad
Usage
;;; ;
{{signature-pad color=color weight=weight value=signature height=height width=width}}{{input type="color" value=color}}{{input type="number" value=weight}}<button {{action "reset"}}>Reset</button><button {{action "undo"}}>Undo</button><div><code>{{stringifiedSignature}}</code></div>
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.