med-viewer-sdk 0.1.6 → 0.1.7

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,7 +1,8 @@
1
1
  import { MedViewerEngine, type MedEngineOptions } from './core/Engine';
2
+ import { type ScalebarOptions } from './core/Scalebar';
2
3
  import { AnnoAnnotator } from './core/AnnoAnnotator';
3
4
  import { MedToolbar, type ToolbarOptions } from './core/Toolbar';
4
5
  import { SelectionPlugin, type SelectionOptions } from './core/SelectionPlugin';
5
6
  import { ColorAdjustPlugin, type ColorAdjustOptions } from './core/ColorAdjustPlugin';
6
7
  import { MagnificationPlugin, type MagnificationOptions } from './core/Magnification';
7
- export { MedViewerEngine, type MedEngineOptions, AnnoAnnotator, MedToolbar, type ToolbarOptions, SelectionPlugin, type SelectionOptions, ColorAdjustPlugin, type ColorAdjustOptions, MagnificationPlugin, type MagnificationOptions };
8
+ export { MedViewerEngine, type MedEngineOptions, AnnoAnnotator, MedToolbar, type ToolbarOptions, SelectionPlugin, type SelectionOptions, ColorAdjustPlugin, type ColorAdjustOptions, MagnificationPlugin, type MagnificationOptions, type ScalebarOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "med-viewer-sdk",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "dist/med-viewer-sdk.umd.js",
5
5
  "module": "dist/med-viewer-sdk.mjs",
6
6
  "types": "dist/med-viewer-sdk.d.ts",