react-image-crop
react-image-crop copied to clipboard
Multiple crop selection on an image at the same time
First of all I want to thank you for this great work.
Is it posible to have a multiple crop selection instances for an image at the same time? I have a situation in which I should implement crop selection in different areas of an image and get their cordinates based on the shape of crop(square or circle). My concern is just could I have multiple crop at the same time?
Hey, it might be possible if you had a way to select one or the other crop, and they wrap each other like <ReactCrop><ReactCrop><img /></ReactCrop></ReactCrop> and the one that isn't currently in use has disabled={true} 🤔