stats-in-vr component for A-Frame.
npm install aframe-stats-in-vr-componenthtml
`
Value
| Property | Description | Default Value |
|----------------------|----------------------------------------------------|----------------------|
| enabled | Whether enabled or not. | true |
| position | Position of camera-locked stats panel. | '0 -0.35 -0.5' |
| scale | Scale of camera-locked stats panel. | '0.5 0.5 1' |
Events
| Event Name | Description |
| ---------- | ----------- |
$3
#### Browser
Install and use by directly including the browser files:
`html
My A-Frame Scene
`
#### npm
Install via npm:
`bash
npm install aframe-stats-in-vr-component
`
Then register and use.
`js
require('aframe');
require('aframe-stats-in-vr-component');
``