react-image-crop icon indicating copy to clipboard operation
react-image-crop copied to clipboard

Multiple crop selection on an image at the same time

Open rmn-kh opened this issue 2 years ago • 1 comments

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?

rmn-kh avatar Feb 25 '24 17:02 rmn-kh

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} 🤔

dominictobias avatar Mar 01 '24 12:03 dominictobias