itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
10 lines • 359 B
JavaScript
// @ts-nocheck
/**
*
* @deprecated Use readDicomTagsNode from @itk-wasm/dicom instead
*/
async function readDICOMTagsLocalFile(fileName, tags = null) {
throw new Error('This function has been replaced by readDicomTagsNode in the @itk-wasm/dicom package.');
}
export default readDICOMTagsLocalFile;
//# sourceMappingURL=read-dicom-tags-local-file.js.map