UNPKG

@cornerstonejs/dicom-image-loader

Version:

Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file

5 lines (4 loc) 136 B
import type { DataSet } from 'dicom-parser'; export default function getOverlayPlaneModule(dataSet: DataSet): { overlays: any[]; };