AirHelp / signature-pad

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is no longer maintained.

Even though it isn’t maintained it should most likely be functional.




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.

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


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
  3. $('.sigPad').signaturePad();
  4. Remember that most things are configurable

Complete Documentation

Examples

Demos

Converting to an Image


License

© 2014, Thomas J Bradley, hey@thomasjbradley.ca

Signature Pad is licensed under the New BSD license.

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 84.1%Language:CSS 11.7%Language:CoffeeScript 4.2%