Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 368 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 368 Bytes

HTML5-canvas-eSignature

https://dmackenz.github.io/HTML5-canvas-eSignature/

An HTML5 canvas to save drawn signatures.

This implementation uses the p5.js framework. It is mobile friendly and works with touch devices as well. Currently the canvas is saved as a png on submit and uploads to a server via an AJAX POST.

An example is provided in the index.html page.