UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

9 lines 397 B
// @ts-nocheck /** * @deprecated Use readImageDicomFileSeriesNode from @itk-wasm/dicom instead */ async function readImageLocalDICOMFileSeries(fileNames, options) { throw new Error('This function has been replaced by readImageDicomFileSeriesNode in the @itk-wasm/dicom package.'); } export default readImageLocalDICOMFileSeries; //# sourceMappingURL=read-image-local-dicom-file-series.js.map