A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
730
stars
290
forks
source link
Option for getSignatureImage() to draw without background #129
Closed
houseoftech closed 9 years ago
Allow passing of argument drawBackground(bool) to getSignatureImage().
Example:
$(".signature-form").signaturePad().getSignatureImage({drawBackground:false});