UNPKG

itk-wasm

Version:

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

4 lines (3 loc) 196 B
import EmscriptenModule from '../itk-wasm-emscripten-module.js'; declare function loadEmscriptenModuleNode(modulePath: string): Promise<EmscriptenModule>; export default loadEmscriptenModuleNode;