luma.gl

v7.0.0-alpha.10
WebGL2 Components for High Performance Rendering and Computation
webgl visualization animation 3d

clean

rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6

build

npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5

build-es6

BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'

build-esm

BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'

build-es5

BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/12/2019

Downloads