UNPKG

@luma.gl/core

Version:

WebGL2 Components for High Performance Rendering and Computation

9 lines (6 loc) 233 B
const moduleExports = require('./index'); const _global = typeof window === 'undefined' ? global : window; // @ts-ignore _global.luma = _global.luma || {}; // @ts-ignore module.exports = Object.assign(_global.luma, moduleExports);