1.0.1 • Published 7 years ago

angular-vrview v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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