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) 282 B
import ReadMeshResult from './read-mesh-result.js'; /** * @deprecated Use readMeshBlob from @itk-wasm/mesh-io instead */ declare function readMeshBlob(webWorker: Worker | null, blob: Blob, fileName: string, mimeType: string): Promise<ReadMeshResult>; export default readMeshBlob;