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.

3 lines 201 B
import { withPlugins } from '../extend/withPlugins'; import { BackgroundPluginArea } from '../components/BackgroundPluginArea'; export default withPlugins('BackgroundPluginArea')(BackgroundPluginArea);