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) 221 B
import Mesh from '../interface-types/mesh.js'; /** * @deprecated Use readMeshNode from @itk-wasm/mesh-io instead */ declare function readMeshLocalFile(filePath: string): Promise<Mesh>; export default readMeshLocalFile;