react-image-crop
react-image-crop copied to clipboard
A responsive image cropping tool for React
I believe this is due to the borders of crop selection but the cropped image exceeds the dimensions of the natural image which can cause black / white pixels around...
How do I get the cropped image from canvas, and set it as file input value in form to submit to backend? here is my `useEffect` for the `ref`: ```...
I am currently trying to obtain a cropped image from a canvas element. I have tried to update the code to work with a canvas instead of the standard img...
Currently getter of `document` on `ReactCrop` simply returns `document`. And it is probably correct for 99,9% of use cases. In my use case, however - I render crop tool into...
Hello My issue is that, once out of 50 tries or once out of 100 tries, the crop area doesn't appear. And when I console logged the crop, after `onChange`...
FYI, when pasting the [Codesandbox Demo](https://codesandbox.io/s/react-image-crop-demo-with-react-hooks-y831o) code into a new React 18.2 / Typescript 4.7.4 project, a number of typescript errors are thrown. Many of these are easily fixed, but...
Common cropping tools has the option to control the rotation of the crop field (usually displayed using a yellow dot over the crop field which rotates it left/right) Will be...
I'm having some issues when cropping an image taken from an iOS device, specially iPhones. Apparently, the canvas width and height, after cropping, are greater than the original image and...
Hi. I'm currently having this issues. Can someone help me please? https://github.com/sekoyo/react-image-crop/assets/108665939/7fa65ecb-112a-435a-939f-74d7bfb60707
Instead of Rendering React Crop on some specified region above the component. React Crop needs to come as dialog box with `cancel` and `crop` buttons. On Crop, React Crop needs...