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 using JSR package manager.

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

Using CDN

You can also use Web Cube using CDN directly in your HTML file.

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