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.

6 lines 258 B
import { compose } from 'redux'; import { withPlugins } from '../extend/withPlugins'; import { WindowViewer } from '../components/WindowViewer'; var enhance = compose(withPlugins('WindowViewer') // further HOC go here ); export default enhance(WindowViewer);