UNPKG

@lunit/insight-viewer

Version:

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

7 lines (6 loc) 203 B
interface HeatmapClearProps { canvas: HTMLCanvasElement; context: CanvasRenderingContext2D; } export default function clearHeatmap({ canvas, context }: HeatmapClearProps): void; export {};