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.
20 lines (19 loc) • 519 B
JavaScript
/**
* Action Creators for Mirador
* @namespace ActionCreators
*/
export * from './companionWindow';
export * from './config';
export * from './errors';
export * from './window';
export * from './manifest';
export * from './infoResponse';
export * from './canvas';
export * from './workspace';
export * from './annotation';
export * from './auth';
export * from './elasticLayout';
export * from './search';
export * from './layers';
export * from './catalog';
export { default as ActionTypes } from './action-types';