UNPKG

medsurf-draw

Version:

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

7 lines (6 loc) 402 B
import { FillCollection } from "./fills/FillCollection"; import { LegendCollection } from "./legends/LegendCollection"; import { PositionPoint } from "./positionings/PositionPoint"; import { Line } from "./connections/Line"; import { PrimitiveObject } from "./primitives/PrimitiveObject"; export declare type DrawableObject = FillCollection | LegendCollection | PositionPoint | Line | PrimitiveObject;