YanYuanFE / react-native-signature-canvas

:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo
MIT License
417 stars 149 forks source link

Enable support for data (that can be passed on to fromData) on top of dataURL support #342

Open dreamind opened 10 months ago

dreamind commented 10 months ago

Currently, the library supports dataURL attribute to allow user supply pre-stored signature. We have an application that stores the signature as data vector (point groups). It would be great if the library can support this type of input (that can be passed on to fromData).