viewport-mercator-project

v6.1.0
Utilities for perspective-enabled Web Mercator projections

start

npm run test

clean

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

build

npm run clean && ./scripts/build.sh && ./scripts/collect-metrics.sh

lint

eslint src test examples && npm run lint-yarn

lint-yarn

!(grep -q unpm.u yarn.lock) || (echo 'Please rebuild yarn file using public npmrc' && false)

precommit

npm test

publish-prod

npm run build && npm run test && npm publish

publish-beta

npm run build && npm run test && npm publish --tag beta

test

npm run lint && npm run test-node && ./scripts/build.sh

test-fast

npm run test-node

test-node

node test/node.js

test-browser

webpack-dev-server --config test/webpack.config.js --env.testBrowser --progress --hot --open

test-bundle-size

./scripts/build.sh && webpack --config test/webpack.config.js --env.analyze --env.es6

Metadata

  • MIT
  • Whatever
  • Uber Technologies, Inc.
  • released 11/30/2018

Downloads