luma.gl/modules/webgl/bundle.js
2019-07-17 23:32:21 -07:00

8 lines
234 B
JavaScript

/* global window, global */
const moduleExports = require('./src');
const _global = typeof window === 'undefined' ? global : window;
_global.loaders = _global.luma || {};
module.exports = Object.assign(_global.luma, moduleExports);