Updated readme.md (#621)
Added freeStyleCropEnabled option info in readme file
This commit is contained in:
parent
35a6aa9851
commit
bcb9cfda1e
|
@ -105,6 +105,7 @@ ImagePicker.clean().then(() => {
|
|||
| cropperActiveWidgetColor (android only) | string (default `"#424242"`) | When cropping image, determines ActiveWidget color. |
|
||||
| cropperStatusBarColor (android only) | string (default `#424242`) | When cropping image, determines the color of StatusBar. |
|
||||
| cropperToolbarColor (android only) | string (default `#424242`) | When cropping image, determines the color of Toolbar. |
|
||||
| freeStyleCropEnabled (android only) | bool (default false) | Enables user to apply custom rectangle area for cropping |
|
||||
| cropperToolbarTitle | string (default `Edit Photo`) | When cropping image, determines the title of Toolbar. |
|
||||
| cropperCircleOverlay | bool (default false) | Enable or disable circular cropping mask. |
|
||||
| minFiles (ios only) | number (default 1) | Min number of files to select when using `multiple` option |
|
||||
|
|
Loading…
Reference in New Issue