Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thread-pond/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.
https://github.com/thread-pond/signature-pad
Last synced: 2 months ago
JSON representation
A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
- Host: GitHub
- URL: https://github.com/thread-pond/signature-pad
- Owner: thread-pond
- License: bsd-3-clause
- Created: 2010-01-13T03:18:29.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T18:33:41.000Z (4 months ago)
- Last Synced: 2024-10-09T22:03:33.981Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 891 KB
- Stars: 729
- Watchers: 56
- Forks: 291
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canvas - signature-pad - pond.github.io/signature-pad/examples/require-drawn-signature.html)] - A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration. ![](https://img.shields.io/github/stars/thread-pond/signature-pad?style=social) ![](https://img.shields.io/github/forks/thread-pond/signature-pad?style=social) (Libraries / Signature pad)
README
# 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](examples/accept-signature.html)
3. `$('.sigPad').signaturePad();`
4. Remember that [most things are configurable](documentation.md#options)## Complete Documentation
#### [☛ Signature Pad Documentation](documentation.md)
## Examples
- [Accepting a Signature](examples/accept-signature.html)
- [Requiring a Drawn Signature](examples/require-drawn-signature.html)
- [Regenerating a Signature](examples/regenerate-signature.html)
- [Accepting Multiple Signatures](examples/accept-multiple-signatures.html)## Demos
- [Accepting a Signature](https://thread-pond.github.io/signature-pad/examples/accept-signature.html)
- [Requiring a Drawn Signature](https://thread-pond.github.io/signature-pad/examples/require-drawn-signature.html)
- [Regenerating a Signature](https://thread-pond.github.io/signature-pad/examples/regenerate-signature.html)## Converting to an Image
#### [☛ Converting to an image](documentation.md#converting-to-an-image)
---
## License
© 2014, Thomas J Bradley,
Signature Pad is licensed under the [New BSD license](LICENSE).
All dependencies: jQuery, json2.js, and FlashCanvas retain their own licenses.