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.
1 parent b8236b8 commit fa61bc3Copy full SHA for fa61bc3
README.md
@@ -115,6 +115,10 @@ class CustomComponent extends Component {
115
116
+ **maxSize** : sets the max size of the image maintains aspect ratio, default is 500
117
118
++ **minStrokeWidth** : sets the min stroke line width (_Android only_)
119
+
120
++ **maxStrokeWidth** : sets the max stroke line width (_Android only_)
121
122
### Methods
123
124
+ **saveImage()** : when called it will save the image and returns the base 64 encoded string on onSaveEvent() callback
0 commit comments