Skip to content

Commit

Permalink
updated readme fixing thomas-coldwell#85
Browse files Browse the repository at this point in the history
  • Loading branch information
JakovGlavac authored Dec 31, 2022
1 parent c1f9ad8 commit 6aba693
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ or
```
npm i expo-image-editor
```
> **Warning**
> Also required:
> *@expo/vector-icons*
> *expo-asset expo-file-system*
> *expo-gl*
> *expo-gl-cpp*
> *expo-image-manipulator*
> *recoil*
> *react-native-gesture-handler@~2.5.0*
## Usage

Expand Down Expand Up @@ -101,4 +110,4 @@ function App() {
| onEditingComplete | function | function that will return the result of the image editing which is an object identical to `imageData` |
| throttleBlur | boolean | Whether to throttle the WebGL update of the blur while adjusting (defaults to false) - useful to set to true on lower performance devices |
| allowedTransformOperations | string[] | Which transform operations you want to exclusively allow to be used. Can include `crop` and `rotate` e.g. `['crop']` to only allow cropping |
| allowedAdjustmentOperations | string[] | Which image adjustment operations you want to exclusively allow to be used. Only `blur` can be specified at the minute e.g. `['blur']` yo only allow blur as an image adjustment |
| allowedAdjustmentOperations | string[] | Which image adjustment operations you want to exclusively allow to be used. Only `blur` can be specified at the minute e.g. `['blur']` yo only allow blur as an image adjustment |

0 comments on commit 6aba693

Please sign in to comment.