UNPKG

easyannotation

Version:

Image annotation in JavaScript

9 lines (8 loc) 315 B
export declare class AnnotatorElement extends HTMLElement { private shadowRootEl; constructor(); private addStyleElement; appendChild<T extends Node>(newChild: T): T; insertBefore<T extends Node>(newChild: T, refChild: Node | null): T; removeChild<T extends Node>(oldChild: T): T; }