Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.94 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.94 KB

Signature Pad

SignaturePad: A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.

Copyright MMXI, Thomas J Bradley, hey@thomasjbradley.ca

Dependencies: FlashCanvas/1.5, json2.js, jQuery/1.3.2+

Versioned using Semantic Versioning, http://semver.org/

Quick Start

  1. Include jquery.signaturepad.css, flashcanvas.js, jquery.js, jquery.signaturepad.js, json2.js in your HTML file
  2. Create the HTML, following the example: https://github.com/thomasjbradley/signature-pad/blob/master/examples/accept-signature.html
  3. $('.sigPad').signaturePad();
  4. Remember that most things are configurable

Complete Documentation

http://thomasjbradley.ca/lab/signature-pad

Examples

Demos

Converting to an Image

http://thomasjbradley.ca/lab/signature-pad/#images

Source Code

http://github.com/thomasjbradley/signature-pad

License

Signature Pad is licensed under the New BSD license.

All dependencies: jQuery, json2.js, and FlashCanvas retain their own licenses.