I need to capture a hand signature from the user written in the screen of a mobile device with a stylus.
The result should be stored as a vectorial or bitmap image.
How could I do this? Is there some library for typescript?
I need to capture a hand signature from the user written in the screen of a mobile device with a stylus.
The result should be stored as a vectorial or bitmap image.
How could I do this? Is there some library for typescript?
You can use the Signature Pad library. Please take a look at this demo.
You can also find a tutorial here (it's for angular1, but it may help as well).