# node-openvr
OpenVR bindings to nodejs.

#### Quickstart
```
npm install  # Build native bindings
npm lint     # Perform ESLint check
npm test     # Run Mocha + Chai unit test (requires a connected VR headset).
```
