webvr-libs

WebVR libraries

Usage no npm install needed!

<script type="module">
  import webvrLibs from 'https://cdn.skypack.dev/webvr-libs';
</script>

README

webvr-libs

WebVR libaries.

Usage

Just drop these scripts into your page:

    <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