UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

19 lines (18 loc) 765 B
import 'core-js/es/set'; import 'core-js/es/map'; import 'core-js/web/'; import 'blob-polyfill'; import { GcImageViewer } from './ImageViewer/GcImageViewer'; export { GcImageViewer }; export { ViewerOptions } from './ImageViewer/ViewerOptions'; export { IViewerPlugin } from './ImageViewer/Models/IViewerPlugin'; export * from './ImageViewer/Core/EventBus'; export * from './ImageViewer/Dialogs/Types'; export * from './ImageViewer/Layers'; export * from './ImageViewer/Undo/Commands'; export * from './ImageViewer/Undo/Types'; export * from './ImageViewer/Undo/UndoStorage'; export * from './ImageViewer/Utils/ImageFormatUtils'; import { DsImageViewer } from './ImageViewer/DsImageViewer'; export { DsImageViewer }; export default GcImageViewer;