Installation

You can install Web Cube using multiple options.

Using NPM

You can install Web Cube using NPM package manager.

Terminal window
npm install @web-cube/web-cube

Using JSR

You can install Web Cube from JSR.

Terminal window
npx jsr add @web-cube/web-cube

Using CDN

You can also load Web Cube from a CDN in your HTML file.

index.html
<script type="module">
import { define } from "https://esm.sh/@web-cube/web-cube"
...
</script>
© 2026 Axford