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 299 B
// @ts-nocheck /** * @deprecated Use readMesh from @itk-wasm/mesh-io instead */ async function readMeshFile(webWorker, file) { throw new Error('readMeshFile is deprecated. Use readMesh from @itk-wasm/mesh-io instead.'); } export default readMeshFile; //# sourceMappingURL=read-mesh-file.js.map