Smooth signature drawing with HTML5 Canvas
[ This description is mirrored from README.md at github.com/CaptainCodeman/sign-here on 2019-05-10 ]
##<sign-here>
sign-here
is a polymer element that provides smooth signature drawing with HTML5 Canvas by wrapping the signature_pad library.
Example:
<sign-here width="400" height="200" image="{{image}}"></sign-here>
The image
property will be updated after any interaction with the data-uri encoded value of the image. The encoding method and quality can be controlled, as can the color of the paper and ink.
Install
Framework Support
Polymer 1.0+
Browser Independent
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 0.0.1
Dependencies
- polymer#Polymer/polymer#^1.4.0
- signature_pad#^1.5.3