UNPKG

@peterspackman/occjs

Version:

JavaScript/WebAssembly bindings for OCC - a quantum chemistry and crystallography library

7 lines (6 loc) 243 B
/** * Browser-compatible OCC JavaScript bindings * Re-exports from the main index.js without Node.js dependencies */ // Re-export everything from the implementation (which includes all WASM exports) export * from './index-browser-impl.js';