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

[Axe](https://www.deque.com/axe) reports errors about invalid `aria-label` on `div` elements. Button is more appropriate and happens to be what Pintura uses as well. I couldn't use button on the crop selection...

Fixes #503 Reverts #388 So, as it turns out, the OS will take over when the meta key is pressed such that `keyup` events won't be registered when you release...

When focusing the crop selection and using cmd+arrow to nudge by 100px, the crop area will become stuck such that when you attempt to tab out of the component it...

Hello, firstly, thanks for making this great library. I am trying to use it to crop images taken by react-webcam (npm library). The images taken by the library don't seem...

I'm trying to follow the demo but I'm struggling to figure out where the image actually gets rendered in the canvas, and I think I'm missing something. ![image](https://user-images.githubusercontent.com/63668974/181141121-92ab4d6c-d50c-4cff-9232-5c02b6daac6a.png) Here is...

I'm using react-image-crop with Preact and webpack but I'm running into this error when rendering the component: > TypeError: Cannot read properties of undefined (reading 'current') After some digging, I...

Hi, the crop handles are not entirely visible on images edges. And removing the overflow: hidden makes the shadow overflowing. Any idea ?

Hello! I have a large vertical image in my `ReactCrop` that take up the full width and height on mobile. I have a 1/1 aspect ratio crop, to select a...

Hey, I am trying to upgrade to v10 and I like the simplification of rendering the image on my own. However, I don't think the rotation can be applied as...

I have tried to install this library in react version 16.2 but it is not working.