Updated readme.md (#621)

Added freeStyleCropEnabled option info in readme file
This commit is contained in:
Nikola Ravic 2018-02-22 11:14:22 +01:00 committed by Ivan Pusic
parent 35a6aa9851
commit bcb9cfda1e
1 changed files with 1 additions and 0 deletions

View File

@ -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 |