UNPKG

@cornerstonejs/dicom-image-loader

Version:

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

4 lines (3 loc) 166 B
import type { ByteArray, DataSet } from 'dicom-parser'; declare function getPixelData(dataSet: DataSet, frameIndex?: number): ByteArray; export default getPixelData;