@loaders.gl/draco

v0.4.3
Framework-independent loader and writer for Draco compressed meshes and point clouds
webgl loader 3d mesh point cloud draco

build

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

clean

rm -fr dist && mkdir -p dist

build-es5

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

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/'
npm i @loaders.gl/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/14/2018

Downloads