We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07a31f4 + 899b597 commit 261eda2Copy full SHA for 261eda2
README.md
@@ -115,7 +115,7 @@ class CustomComponent extends Component {
115
116
+ **saveImage()** : when called it will save the image and returns the base 64 encoded string on onSaveEvent() callback
117
118
-+ **resetSign()** : when called it will clear the image on the canvas
++ **resetImage()** : when called it will clear the image on the canvas
119
120
### Callback Props
121
+ **onSaveEvent** : Triggered when saveImage() is called, which return Base64 Encoded String and image file path.
0 commit comments