react-image-crop
react-image-crop copied to clipboard
A responsive image cropping tool for React
Hi! first of all thanks for this library it's been pretty useful for us. We are running into some performance issues when we have multiple croppers in the same page...
Hello, With the current implementation, if the image element that is being used to perform the crop happens to change size, the completed crop value does not automatically update to...
**Description:** I have a React component with the onSaveCrop function that is used to crop and upload an image. The onSaveCrop function uses a custom hook called useTrait to manage...
Hello. Thank you for your contributions to this great tool. We are facing an accessibility issue on changing the selection area (Moving position or Enlarging/Decreasing the image region). The screen...
How to download cropped images?
# Circular Crop should return Circular Image on Download, It returns Square Image. WHY?   # So How Can we get only Circular Portion When we download it?
Hello everyone Perhaps someone has encountered a similar problem. How to solve the problem, so that the format of the image after cropping does not change, and the file size...
I am not able to locate any information in the docs on how to actually access the cropped version of the image, so that it can be used. It appears...
Hello, I recently tried to crop images of various types(png, jpeg, svg) using react-image-crop and was able to sucessfully do it for jpeg and png types. For svg type though,...
please help me to fix this , after crop getting black image . here is my code : ``` import { useState } from 'react'; import ReactCrop from 'react-image-crop'; import...