UNPKG

@lunit/insight-viewer

Version:

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

3 lines (2 loc) 242 B
import type { AreaAnnotation, RulerAnnotation, Point, EditMode } from '../types'; export declare function getTextPosition(annotation: AreaAnnotation | RulerAnnotation | null, editMode?: EditMode | null, currentPoint?: Point): Point | null;