Skip to content

Getting Started

Installation

VRIX is available as an npm package. You can install it using npm or yarn:

bash
# Using npm
npm

# Using yarn
yarn

Browser Support

VRIX is based on ES2020 and can be used in browsers that support ES2020.

TypeScript Support

VRIX includes TypeScript type definitions out of the box. No additional @types package is required.

Released under the MIT License.