# webvr-libs

WebVR libaries.


## Usage

Just drop these scripts into your page:

```html
    <script src="https://mozvr.github.io/webvr-libs/webvr-polyfill.js"></script>
    <script src="https://mozvr.github.io/webvr-libs/VRControls.js"></script>
    <script src="https://mozvr.github.io/webvr-libs/VREffect.js"></script>
```


## Updating

First, make sure you've installed the Node dependencies:

    npm i

Then, to fetch the latest versions of the libraries:

    npm sync
