UNPKG

@lunit/insight-viewer

Version:

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

7 lines (6 loc) 226 B
import type { Point } from '../types'; /** * Function to check if two points are the same in line and ruler mode * or check two point compare */ export declare const isSamePoints: (points: [Point, Point]) => boolean;