sekoyo / react-image-crop

A responsive image cropping tool for React
ISC License
3.77k stars 339 forks source link

Multiple crop selection on an image at the same time #582

Open Ramin-Khodaie opened 4 months ago

Ramin-Khodaie commented 4 months ago

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?

sekoyo commented 4 months ago

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