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.

14 lines (9 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _withPlugins = require("../extend/withPlugins"); var _BackgroundPluginArea = require("../components/BackgroundPluginArea"); var _default = (0, _withPlugins.withPlugins)('BackgroundPluginArea')(_BackgroundPluginArea.BackgroundPluginArea); exports["default"] = _default;