agilgur5 / react-signature-canvas

A React wrapper component around signature_pad (in < 150 LoC). Unopinionated and heavily updated fork of react-signature-pad
https://agilgur5.github.io/react-signature-canvas/
Other
528 stars 115 forks source link

What is the difference between SignaturePad and SignatureCanvas? #97

Closed josh-thompson13 closed 1 year ago

josh-thompson13 commented 1 year ago

As the title states, what is the difference?

Thanks :)

agilgur5 commented 1 year ago

Please see the first few lines of the README that state this very explicitly:

A React wrapper component around signature_pad.

Originally, this was just an unopinionated fork of react-signature-pad that did not impose any styling or wrap any other unwanted elements around your canvas -- it's just a wrapper around a single canvas element! ...