react-image-crop
react-image-crop copied to clipboard
A responsive image cropping tool for React
**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...
能否支持特定形状裁剪。如爱心、三角 
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.
 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...