UNPKG

v-image-annotator

Version:

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

5 lines (4 loc) 96 B
export interface ImageAnnotatorManager { export(): Uint8Array; load(file: File): any; }