med-viewer-sdk 0.1.21 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,11 @@
1
1
  import { AnnoAnnotator } from './core/AnnoAnnotator';
2
2
  import { ColorAdjustPlugin, type ColorAdjustOptions } from './core/ColorAdjustPlugin';
3
3
  import { MedViewerEngine, type MedEngineOptions } from './core/Engine';
4
+ import type OpenSeadragonType from 'openseadragon';
5
+ import OpenSeadragon from 'openseadragon';
4
6
  import { MagnificationPlugin, MagnificationPosition, MagnificationType, type MagnificationOptions } from './core/Magnification';
5
7
  import { ScalebarLocation, ScalebarType, type ScalebarOptions } from './core/Scalebar';
6
8
  import { SelectionPlugin, type SelectionOptions } from './core/SelectionPlugin';
7
- import { MedToolbar, ToolbarPosition, type ToolbarOptions } from './core/Toolbar';
8
- export { AnnoAnnotator, ColorAdjustPlugin, MagnificationPlugin, MagnificationPosition, MagnificationType, MedToolbar, MedViewerEngine, ScalebarLocation, ScalebarType, SelectionPlugin, ToolbarPosition, type ColorAdjustOptions, type MagnificationOptions, type MedEngineOptions, type ScalebarOptions, type SelectionOptions, type ToolbarOptions };
9
+ import { MedToolbar, ToolbarPosition, type ToolbarOptions, type ToolbarButton } from './core/Toolbar';
10
+ import MedViewer from './adapters/vue/index';
11
+ export { AnnoAnnotator, ColorAdjustPlugin, MagnificationPlugin, MagnificationPosition, MagnificationType, MedToolbar, MedViewer, MedViewerEngine, ScalebarLocation, ScalebarType, SelectionPlugin, ToolbarPosition, OpenSeadragon, type OpenSeadragonType, type ColorAdjustOptions, type MagnificationOptions, type MedEngineOptions, type ScalebarOptions, type SelectionOptions, type ToolbarButton, type ToolbarOptions };