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 using JSR package manager.
npx jsr add @web-cube/web-cubeUsing CDN
You can also use Web Cube using CDN directly in your HTML file.
<script type="module"> import { define } from "https://esm.sh/@web-cube/web-cube" ...</script>