Secretmapper / react-image-annotation

An infinitely customizable image annotation library built on React
https://secretmapper.github.io/react-image-annotation/
MIT License
325 stars 135 forks source link

Editing/deleting existing annotations #14

Open delkant opened 5 years ago

delkant commented 5 years ago

Any examples on how to edit existing annotations? like resizing the boxes and updating the comments? or even delete them.

plat123456789 commented 5 years ago

same question I want to ask

stajahlee commented 4 years ago

I can probably put together an example snippet soon on editing the annotation text and deleting an annotation but ... I do not have (and REALLY NEED) to see an example of how to click in a bounding box and mouse down, drag (while showing the drag visually), and place the annotation at a new x,y coordinate (with same height/width). And also give options to resize the box when clicking and dragging the edges of the box.

ghost commented 4 years ago

I can probably put together an example snippet soon on editing the annotation text and deleting an annotation but ... I do not have (and REALLY NEED) to see an example of how to click in a bounding box and mouse down, drag (while showing the drag visually), and place the annotation at a new x,y coordinate (with same height/width). And also give options to resize the box when clicking and dragging the edges of the box.

@stajahlee Is their any way to save the edit image?

iworkinprogress commented 4 years ago

I can probably put together an example snippet soon on editing the annotation text and deleting an annotation...

Were you able to figure that out?

hamon-e commented 2 years ago

any news ?

I can probably put together an example snippet soon on editing the annotation text and deleting an annotation but ... I do not have (and REALLY NEED) to see an example of how to click in a bounding box and mouse down, drag (while showing the drag visually), and place the annotation at a new x,y coordinate (with same height/width). And also give options to resize the box when clicking and dragging the edges of the box.