@lunit/insight-viewer
Advanced tools
Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "@lunit/insight-viewer", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"description": "cornerstone 라이브러리를 기반으로 Dicom Image를 다루기 위한 여러 Component들을 제공한다.", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
@@ -1,3 +0,3 @@ | ||
import type { Point, Annotation, Measurement } from '../../types'; | ||
import type { Point, Annotation, Measurement, EditMode } from '../../types'; | ||
export declare type EditPoints = [startX: number, startY: number, endX: number, endY: number]; | ||
export declare function getEditPointPosition(points: Point[], editTarget: Measurement | Annotation | null, drawingMode?: 'circle' | 'ruler'): EditPoints | null; | ||
export declare function getEditPointPosition(points: Point[], editTarget: Measurement | Annotation | null, drawingMode?: 'circle' | 'ruler', editingMode?: EditMode | null, fixedPoints?: [Point, Point]): EditPoints | null; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
593254
15922