mirador
Version:
An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.
18 lines (17 loc) • 475 B
JavaScript
export * from './annotations';
export * from './canvases';
export * from './companionWindows';
export * from './config';
export * from './getters';
export * from './manifests';
export * from './windows';
export * from './workspace';
export * from './searches';
export * from './ranges';
export * from './layers';
export * from './sequences';
export * from './auth';
export * from './utils';
export * from './viewer';
export * from './thumbnails';
export * from './wrappers';