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.
15 lines • 431 B
JavaScript
export * from './accessTokens';
export * from './companionWindows';
export * from './errors';
export * from './workspace';
export * from './windows';
export * from './manifests';
export * from './infoResponses';
export * from './config';
export * from './viewers';
export * from './annotations';
export * from './auth';
export * from './elasticLayout';
export * from './search';
export * from './layers';
export * from './catalog';