luma.gl/modules/gltools/bundle.js
2019-11-01 08:01:30 -04: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);