Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 77a5881

Browse files
fix freestyleCropEnabled in documentation (ivpusic#1595)
1 parent 16eb5e8 commit 77a5881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ImagePicker.clean().then(() => {
127127
| cropperStatusBarColor (android only) | string (default `#424242`) | When cropping image, determines the color of StatusBar. |
128128
| cropperToolbarColor (android only) | string (default `#424242`) | When cropping image, determines the color of Toolbar. |
129129
| cropperToolbarWidgetColor (android only) | string (default `darker orange`) | When cropping image, determines the color of Toolbar text and buttons. |
130-
| freeStyleCropEnabled (android only) | bool (default false) | Enables user to apply custom rectangle area for cropping |
130+
| freeStyleCropEnabled | bool (default false) | Enables user to apply custom rectangle area for cropping |
131131
| cropperToolbarTitle | string (default `Edit Photo`) | When cropping image, determines the title of Toolbar. |
132132
| cropperCircleOverlay | bool (default false) | Enable or disable circular cropping mask. |
133133
| disableCropperColorSetters (android only)| bool (default false) | When cropping image, disables the color setters for cropping library. |

0 commit comments

Comments
 (0)