snipping co-ordinates from images in react
are there any abstractions / libraries for this functionality that any of you guys have worked with by any chance? trying to see if its possible without building something from scratch
flow:
1. user uploads images
2. the images get rendered in the UI
The part I could use some help with:
3. ability to snip areas of the images using click and drag. (there could also be overlaps within the areas)
4. get the list of snips something like this, for each image.
flow:
1. user uploads images
2. the images get rendered in the UI
The part I could use some help with:
3. ability to snip areas of the images using click and drag. (there could also be overlaps within the areas)
4. get the list of snips something like this, for each image.

