vue-annotator
vue-annotator copied to clipboard
Add option to set width and height fill window automatically
Add autofit
props to make the canvas fill width and height.
Usage
<annotator autofit>
<img src="big_image.png" />
</annotator>
Clue
Set width and height of $refs.bg
equal to scroll{Width/Height}
of $refs.svg.parentNode