mirror of
https://github.com/w3reality/three-geo.git
synced 2026-01-25 14:57:51 +00:00
7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
const path = require('path');
|
|
|
|
// node: esm-import-dynamic, esm-compat-{require,import-dynamic}
|
|
global['THREE'] = require(path.resolve(__dirname, '../../node_modules/three/build/three.cjs'));
|
|
|
|
module.exports = undefined;
|