UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

5 lines (4 loc) 153 B
import type { WADORSMetaData } from '../../../types'; export default function getOverlayPlaneModule(metaData: WADORSMetaData): { overlays: any[]; };