UNPKG

itk-wasm

Version:

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

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