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 383 B
// @ts-nocheck /** * @deprecated Use readImageDicomFileSeries from @itk-wasm/dicom instead */ const readImageDICOMFileSeries = async (fileList, options) => { throw new Error('readImageDICOMFileSeries is deprecated. Use readImageDicomFileSeries from @itk-wasm/dicom instead.'); }; export default readImageDICOMFileSeries; //# sourceMappingURL=read-image-dicom-file-series.js.map