@luma.gl/glfx

v6.3.0-alpha.2
glfx - image processing packaged as composable shader modules

clean

rm -fr dist && 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/'
npm i @luma.gl/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/9/2018

Downloads