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

Add ability to render Editor outside of the Annotation component #18

Closed stevehawley closed 5 years ago

stevehawley commented 5 years ago

These changes are to allow composing components, for example a component that allows zooming on the image.

Also adds a hook to ignore certain mouse events, for example if a modifier key is pressed, which may be intended for a child component.

stevehawley commented 5 years ago

Realized it is possible to handle this just by passing disableEditor and setting up my own editor component to render when value is set.