react-image-crop icon indicating copy to clipboard operation
react-image-crop copied to clipboard

A responsive image cropping tool for React

Results 78 react-image-crop issues
Sort by recently updated
recently updated
newest added

**Bug Description:** I am using `ReactCrop` as an element/node on a `React Flow` canvas. The React Flow library allows the entire canvas area to be zoomed on scroll. Whenever the...

`react-image-crop` has significantly streamlined the image cropping experience in my projects, and I truly appreciate the hard work you've put into it. I noticed that the package is gaining considerable...

能否支持特定形状裁剪。如爱心、三角 ![微信图片_20240920214901](https://github.com/user-attachments/assets/f899d5af-28d9-43c8-80e4-19ccabdc8644)

react-image-crop package version: "^11.0.6" We use canvas to draw an image and feed it into ReactCrop, and with initial percent crop data from last saved crop. ```javascript { setPercentCrop(_percentCrop); }}...

as mentioned in #108, i've set a width on the parent container: ``` ``` This works well when the image is larger than the container (the image is resized downward...

Would be great to add some border radius to create a rounded squared on the crop selection area, similar to the circularCrop prop.

![Image](https://github.com/user-attachments/assets/43809be4-20f9-4643-8230-bd2e2e476248) After I updated to version 4.0.8, ReactCrop.css was lost, causing a build error

1. Assume, I have cropped some portion of image. 3. I have rotated image with 90 degree. Observe the position of cropper. 4. It should be like this. What's wrong...