galexandrade / react-image-marker

It allows to be able to set markers on an image
MIT License
50 stars 13 forks source link

draggable markers? #8

Open jnachman123 opened 2 years ago

jnachman123 commented 2 years ago

any ideas on how a marker could be dragged and update its new position.

galexandrade commented 1 year ago

That is a good question @jnachman123. I think it is possible to achieve this using https://react-dnd.github.io/. It would require a spike. I'd appreciate it if you want to contribute to the project and play with React DND and open a PR if there is anything we need to implement on our side to make it work.