UNPKG

itk-wasm

Version:

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

7 lines (6 loc) 287 B
import ReadDICOMTagsResult from './read-dicom-tags-result.js'; /** * @deprecated Use readDicomTags from @itk-wasm/dicom instead */ declare function readDICOMTags(webWorker: Worker | null, file: File, tags?: string[] | null): Promise<ReadDICOMTagsResult>; export default readDICOMTags;