Installation
How to install Alga.js?
Download
if you want to download Alga.js directly and save it to your directory, you can go to github link here or clone that github repository.
CDN
for CDN, we have 3 options here such as CDN from upkg, jsdelivr and bundle run, you can get its link below:
unpkg cdn: https://unpkg.com/alga-js@0.0.1-alpha8/
jsdelivr cdn: https://cdn.jsdelivr.net/npm/alga-js@0.0.1-alpha8/
bundle run cdn: https://bundle.run/alga-js@0.0.1-alpha8
Node.js
if you want installing Alga-js to your system, we provide NPM or Yarn package for you.
On your javascript file you can import it like the code below:
Last updated
Was this helpful?