1

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?

Natanael
  • 2,290
  • 6
  • 23
  • 35

1 Answers1

1

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).

sebaferreras
  • 44,206
  • 11
  • 116
  • 134