You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,17 +32,19 @@ Crop the image specified by the URI param. If URI points to a remote image, it w
32
32
If the cropping process is successful, the resultant cropped image will be stored in the ImageStore, and the URI returned in the success callback will point to the image in the store. Remember to delete the cropped image from the ImageStore when you are done with it.
33
33
34
34
### cropData
35
-
*`offset` - The top-left corner of the cropped image, specified in the original image's coordinate space
36
-
*`size` - Size (dimensions) of the cropped image
37
-
*`displaySize` (optional) - Size to which you want to scale the cropped image
38
-
*`resizeMode` (optional) - Resizing mode to use when scaling the image
0 commit comments