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

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I ran into this issue on production: `TypeError: Cannot read properties of undefined (reading 'current')` And noticed number 16 here noting the issue: https://bestofreactjs.com/repo/DominicTobias-react-image-crop-react-image-manipulation However I am not sure how...

I am trying to use Python Pillow to crop the images with `react-image-crop` and it seems to be working fine, but I can not figure out how to set the...

I've been wrestling with the canvas logic for getting the cropped image on Mobile Safari and toBlob/toDataURL consistently return null. I thought it might be something with my own product...

Hi, this is new, and seems to be an edge case of some sort (it's happened only twice that we've seen, and both recently, after using this library for a...

I know there's an `aspect` option already, but I don't want to prevent users from changing the aspect ratio if they wish, but I do want to make it easier...

when I am getting the Final Crop image, not equal matching my crop area image, let me know, if i am doing wrong **also its not working in macBook.** ![image](https://github.com/DominicTobias/react-image-crop/assets/62981156/064e0765-a31d-4567-a0ff-825e6ff231ea)...

I am trying to access/read crop corners with the keyboard actions in Safari but the cursor not pointing to the crop corners with the keyboard. whereas the same works in...

We found a usecase at VSCO to need to know when a mouseEnter and mouseLeave event fires in over the crop selection box. This PR addresses that by adding them...

![image](https://github.com/DominicTobias/react-image-crop/assets/57407895/b8308b5e-0e1c-4602-8907-4cb5f3bce407) Tested on different devices, the problem appears on a 13.3' 2560x1600 screen, what could be the problem and where should I pay attention, thanks in advance, the code as...