UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

9 lines 329 B
// @ts-nocheck /** * @deprecated Use polyDataToMesh from @itk-wasm/mesh-to-poly-data instead */ async function polyDataToMesh(webWorker, polyData) { throw new Error('This function has been migrated to the @itk-wasm/mesh-to-poly-data package.'); } export default polyDataToMesh; //# sourceMappingURL=poly-data-to-mesh.js.map