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) 293 B
import Mesh from '../interface-types/mesh.js'; import PolyData from '../interface-types/poly-data.js'; /** * @deprecated Use meshToPolyDataNode from @itk-wasm/mesh-to-poly-data instead */ declare function meshToPolyDataNode(mesh: Mesh): Promise<PolyData>; export default meshToPolyDataNode;