UNPKG

@lunit/insight-viewer

Version:

Based on the cornerstone library, it provides several components for handling Dicom images

4 lines (3 loc) 231 B
import type { Point } from '../types'; import type { AnnotationMode } from '../types'; export declare function getEditingPoints(prevPoints: Point[], currentPoint: Point, mode: AnnotationMode, editingStartPoint: Point): Point[];