UNPKG

@recogito/annotorious

Version:

A JavaScript image annotation library

6 lines 226 B
import type { ImageAnnotation } from '@annotorious/annotorious/src'; export interface PixiLayerClickEvent { originalEvent: PointerEvent; annotation?: ImageAnnotation; } //# sourceMappingURL=PixiLayerClickEvent.d.ts.map