UNPKG

@lunit/insight-viewer

Version:

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

6 lines (5 loc) 220 B
import type { Point } from '../../../types'; /** * Function to check the minimum length of points in polygon, free line mode */ export declare const isLessThanTheMinimumPointsLength: (points: Point[]) => boolean;