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.

10 lines (7 loc) 272 B
import { compose } from 'redux'; import { withPlugins } from '../extend/withPlugins'; import { WindowTopMenuButton } from '../components/WindowTopMenuButton'; const enhance = compose( withPlugins('WindowTopMenuButton'), ); export default enhance(WindowTopMenuButton);