angular-vrview
v1.0.1
Published
Library for Google VR View with Angular 4 and above
Downloads
4
Maintainers
Readme
angular-vrview
angular-vrview is for Google VR View with Angular 4 and above. angular-vrview is an Angular wrapper around google's VR View.
How to install
npm install angular-vrview vrview three --save
NPM commands
Run start
to compile the project, execute tests and check coverage:
npm start
Run build
to compile the project:
npm run build
Run test
to test the project:
npm test
Run coverage
to check the coverage report:
npm run coverage