Skip to content

Commit d9124b1

Browse files
committed
Revert "Update README.md"
This reverts commit fa441b2.
1 parent 1ee2291 commit d9124b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ An image cropping tool for React with no dependencies.
3333
- Min/max crop size.
3434
- Crop anything, not just images.
3535

36+
If React Crop doesn't cover your requirements then take a look at [Pintura](https://pqina.nl/pintura/?aff=xw0RQ). It features cropping, rotating, filtering, annotation, and lots more.
37+
38+
[Learn more about Pintura here](https://pqina.nl/pintura/?aff=xw0RQ)
39+
3640
## Installation
3741

3842
```
@@ -209,6 +213,14 @@ You can use the following library to load images, which will correct the rotatio
209213

210214
You can read an issue on this subject here: https://github.com/sekoyo/react-image-crop/issues/181
211215

216+
If you're looking for a complete out of the box image editor which already handles EXIF rotation then consider using [Pintura](https://pqina.nl/pintura/?aff=xw0RQ).
217+
218+
<h3>How to filter, rotate and annotate?</h3>
219+
220+
This library is deliberately lightweight and minimal for you to build features on top of. If you wish to perform more advanced image editing out of the box then consider using [Pintura](https://pqina.nl/pintura/?aff=xw0RQ).
221+
222+
![Pintura Demo](https://raw.githubusercontent.com/DominicTobias/react-image-crop/master/doka-demo.gif)
223+
212224
### How can I center the crop?
213225

214226
The easiest way is to use the percentage unit:

0 commit comments

Comments
 (0)