UNPKG

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.

12 lines 323 B
import * as actions from './actions'; import * as reducers from './reducers'; import * as sagas from './sagas'; import * as selectors from './selectors'; import createStore from './createStore'; export default { actions: actions, createStore: createStore, reducers: reducers, sagas: sagas, selectors: selectors };