Installation
You can install Web Cube using multiple options.
Using NPM
You can install Web Cube using NPM package manager.
npm install @web-cube/web-cubeUsing JSR
You can install Web Cube from JSR.
npx jsr add @web-cube/web-cubeUsing CDN
You can also load Web Cube from a CDN in your HTML file.
<script type="module"> import { define } from "https://esm.sh/@web-cube/web-cube" ...</script>