itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
9 lines • 321 B
JavaScript
// @ts-nocheck
/**
* @deprecated Use readMeshNode from @itk-wasm/mesh-io instead
*/
async function readMeshLocalFile(filePath) {
throw new Error('readMeshLocalFile is deprecated. Use readMeshNode from @itk-wasm/mesh-io instead.');
}
export default readMeshLocalFile;
//# sourceMappingURL=read-mesh-local-file.js.map