UNPKG

medsurf-draw

Version:

Draw annotations on jpg/zoomify images, based on PIXI.js

6 lines (5 loc) 179 B
import * as PIXI from "pixi.js-legacy"; export declare abstract class BaseInteraction extends PIXI.utils.EventEmitter { protected constructor(); abstract reset(): void; }