Install volts ⚡️
In this page, you'll see how you can install VOLTS to use it in your project
To install volts
, you can chose between two options
If you are familiar with Javascript and node, you can use npm, if you are not, you can use a direct download link
NPM
If you are using webpack/ rollup.js/others with npm, you can use this command to install the latest version of sparkar-volts
as a node module:
Tags available for npm are latest
(default) and beta
, the latter of which reflects changes in the beta branch
Direct download
To directly download the volts.ts
script:
Open this link
Import the script (named
volts.ts
) into your Spark AR project
Last updated