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

Hi! I have a typescript error. What im doing wrong? Full error text: ``` 'ReactCrop' cannot be used as a JSX component. Its instance type 'ReactCrop' is not a valid...

Hi, i am unable to drag the crop inside the iframe, seems that can't receive the event drag, here there is the sandbox with the problem. https://codesandbox.io/s/react-image-crop-demo-with-react-hooks-forked-w9fpb?file=/src/App.js

Hi i found a bug on ios mobile that when i select a larger crop the canvas will now show the preview but when i select a small one its...

Hi, I didn't manage to use this package on a Next.js setup, I suspect it has to do with the "on image loaded" property since it doesn't return any value...

I found the following code cropping the image via react-image-crop. Then, I can download a file which is a cropped image. How should I change the following code for sending...

Hi there, thanks so much for this library! Just threw it into a project and got up and running nice and easily (just had to tweak some CSS things to...

Hello everyone. I am new here, and I need a guide on this issue. My question is: **I want to store my image in DB with the limited size is...

Hello, I'm displaying photo taken by react-webcam in react-image-crop component. With the code posted below, I'm able to make the screenshot fit the full size of the window for some...

1. install Chrome and Firefox on an Android device 2. open the following url [https://g0zsx.csb.app/](https://g0zsx.csb.app/) in Chrome 3. Select a file, you will see the cropping tool that appear 4....

how to get base64 of the cropped image immediately after releasing cropper in the first drag?