UNPKG

@luma.gl/core

Version:

WebGL2 Components for High Performance Rendering and Computation

7 lines (5 loc) 239 B
const moduleExports = require('./index'); const _global = typeof window === 'undefined' ? global : window; _global.luma = _global.luma || {}; module.exports = Object.assign(_global.luma, moduleExports); //# sourceMappingURL=bundle.js.map