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) 242 B
import ReadMeshResult from './read-mesh-result.js'; /** * @deprecated Use readMesh from @itk-wasm/mesh-io instead */ declare function readMeshFile(webWorker: Worker | null, file: File): Promise<ReadMeshResult>; export default readMeshFile;