itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
9 lines • 331 B
JavaScript
// @ts-nocheck
/**
* @deprecated Use meshToPolyDataNode from @itk-wasm/mesh-to-poly-data instead
*/
async function meshToPolyDataNode(mesh) {
throw new Error('This function has been migrated to the @itk-wasm/mesh-to-poly-data package.');
}
export default meshToPolyDataNode;
//# sourceMappingURL=mesh-to-poly-data-node.js.map