Skip to content

Commit 01ced7f

Browse files
authored
Update README.md
1 parent 6ddda13 commit 01ced7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,19 @@ Get an Array value only(Only works when ```singleSelectedMode === false```). If
177177
| size | number | Both | Selected photo/video size in bytes |
178178
| duration | number | Both | duration of the video (0 for images) |
179179
| thumbnail | string | Both | Appears only in video format and you must have set isExportThumbnail = true. See [options](#Options) |
180+
| [crop](#crop-response) | object | Both | reponse data when `isCrop: true` |
180181
| realPath | string | Android | Real path to file |
181182
| parentFolderName | string | Android | Parent folder name of file |
182183
| creationDate | string | iOS | UNIX timestamp when image was created |
183184

185+
### Crop Response
186+
187+
| Property | Type | Platform |
188+
| ---------------- | :----: | :------: |
189+
| path | string | Both |
190+
| width | number | Both |
191+
| height | number | Both |
192+
184193
## To Do
185194

186195
- [x] Crop Image in iOS.

0 commit comments

Comments
 (0)