UNPKG

@itk-wasm/mesh-to-poly-data

Version:

Convert an ITK Mesh to a simple data structure compatible with vtkPolyData.

4 lines (3 loc) 131 B
export { default as version } from './version.js'; export type { Mesh } from 'itk-wasm'; export type { PolyData } from 'itk-wasm';