bruce-cesium
v6.3.6
Published
This is a library which provides utility for rendering Nextspace data onto CesiumJS.
Readme
bruce-cesium
This is a library which provides utility for rendering Nextspace data onto CesiumJS.
Local build
npm inpm run build
Running tests
npm i(ignore if already run)npm run test(running all tests)npx run jest ./test/unit/internal(example for testing just one test folder)
Publishing new versions
Increase version inside
package.jsonand push the change.Bitbucket will run a build and test step.
Manually click
NPM Releasein Bitbucket Pipelines.
