Is there a Javascript plugin for creating a handwriting input box?

3.9k Views Asked by At

I haven't found in my search yet, but I'm looking for a way to capture signatures in an HTML5 form through handwriting. I would think that the value will be stored as a bitmap like format.

1

There are 1 best solutions below

1
On BEST ANSWER

https://github.com/szimek/signature_pad

Shouldn't be too hard if you want to write a plugin yourself.