UNPKG

v-image-annotator

Version:

Vue Component that allows to annotate images by text or free-drawn lines

6 lines (5 loc) 212 B
// @ts-ignore import ImageAnnotator from './components/ImageAnnotator.vue' import type {ImageAnnotatorManager} from "@/components/imageAnnotator.ts"; export { ImageAnnotator } export type {ImageAnnotatorManager}