Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishor Jena committed Apr 28, 2024
1 parent a4eba2d commit 091e96e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ Misc:
```js
await Transform.getImageType(uri)
await Transform.getImageType([uri1, uri2, ...])

// Output
//[{"extention": "png", "isAnimated": false, "type": "PNG_A", "uri": "/storage/emulated/..."}]
```
```js
await Transform.clearCache()
```

## Example:
```js
Transform.animated(uris, {
Expand Down

0 comments on commit 091e96e

Please sign in to comment.