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.

8 lines (5 loc) 267 B
import { compose } from 'redux'; import { withPlugins } from '../extend/withPlugins'; import { WindowTopMenuButton } from '../components/WindowTopMenuButton'; const enhance = compose(withPlugins('WindowTopMenuButton')); export default enhance(WindowTopMenuButton);