UNPKG

@lunit/insight-viewer

Version:

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

5 lines (4 loc) 244 B
import { RefObject } from 'react'; import { HeatmapViewerProps } from './HeatmapViewer.types'; declare function useHeatmapDrawing({ posMap, threshold }: HeatmapViewerProps): [RefObject<HTMLCanvasElement>]; export default useHeatmapDrawing;