itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
9 lines • 322 B
JavaScript
// @ts-nocheck
/**
* @deprecated Use readDicomTags from @itk-wasm/dicom instead
*/
async function readDICOMTags(webWorker, file, tags = null) {
throw new Error('readDICOMTags is deprecated. Use readDicomTags from @itk-wasm/dicom instead.');
}
export default readDICOMTags;
//# sourceMappingURL=read-dicom-tags.js.map