DrSensor / vue-annotator

Vue Component for drawing annotation (rect, polygon, etc) using SVG element
http://vue-annotator.surge.sh
MIT License
79 stars 16 forks source link

Reduce code complexity #10

Closed DrSensor closed 6 years ago

DrSensor commented 6 years ago

Use mixins or extends to spearate logic of interaction. By doing this it can make annotator not only based on svg, but also HTML tag inside div or even 3d xml/component like a-frame or x3dom.