@loaders.gl/images

v0.6.2
Framework-independent loaders and writers for images (PNG, JPG, ...)
webgl loader 3d mesh point cloud PLY

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 2/13/2019

Downloads