This package builds a test page that allows for easy testing and viewing of the devices described by each profile in this repository. It renders the assets described by the profile and allows emulated manipulation of each of the inputs in order to see the rendered response.
The latest state of the master branch can be tried out in the hosted Profile Viewer
To file bugs, use this issue template
In general, this package should be built and tested from the root of the repository using the following command:
npm run test
To build just this package without running tests, invoke the following command from the root of the repository:
npm run build – –scope @webxr-input-profiles/viewer
See the LICENSE.md.
To install this library:
npm install @webxr-input-profiles/viewer