@vs-flow/tb-three-js
v0.4.0
Published
Visual Studio Flow toolbox wrapping the three.js library.
Readme
@vs-flow/tb-three-js
Visual Studio Flow toolbox wrapping the three.js library.
Links
- Documentation
- Visual Studio Flow
Installation, Build, Test
To install the required dependencies:
yarnTo build for development:
yarn build:devTo build for production:
yarn build:prodTo run tests:
yarn testTo measure test coverage:
yarn test-coverageTo generate code's documentation:
yarn doc