Skip to content

Commit fa61bc3

Browse files
author
Neli Harbuzava
authored
Added "minStrokeWidth" and "maxStrokeWidth" props to README.md
1 parent b8236b8 commit fa61bc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ class CustomComponent extends Component {
115115
116116
+ **maxSize** : sets the max size of the image maintains aspect ratio, default is 500
117117
118+
+ **minStrokeWidth** : sets the min stroke line width (_Android only_)
119+
120+
+ **maxStrokeWidth** : sets the max stroke line width (_Android only_)
121+
118122
### Methods
119123
120124
+ **saveImage()** : when called it will save the image and returns the base 64 encoded string on onSaveEvent() callback

0 commit comments

Comments
 (0)