You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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} 🤔
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?
The text was updated successfully, but these errors were encountered: