UNPKG

@mdrajibul/zoomify

Version:

A simple zoomify image library

6 lines (5 loc) 128 B
export interface IZoomifyImage { init: () => Promise<boolean>; start: () => Promise<void>; stop: () => void; }