Skip to content

Commit

Permalink
Merge pull request #222 from NeliHarbuzava/patch-1
Browse files Browse the repository at this point in the history
Add "minStrokeWidth" and "maxStrokeWidth" props to README.md
  • Loading branch information
jedt authored Jan 21, 2021
2 parents c7ef2c6 + fa61bc3 commit 5ab34ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ class CustomComponent extends Component {
+ **maxSize** : sets the max size of the image maintains aspect ratio, default is 500
+ **minStrokeWidth** : sets the min stroke line width (_Android only_)
+ **maxStrokeWidth** : sets the max stroke line width (_Android only_)
### Methods
+ **saveImage()** : when called it will save the image and returns the base 64 encoded string on onSaveEvent() callback
Expand Down

0 comments on commit 5ab34ed

Please sign in to comment.