metallic-cube a reactive metal cube component Run the demo bun install bun run dev Use as a TypeScript package bun install metallic-cube three import { createMetallicCube } from 'metallic-cube'; const cube = createMetallicCube({ container: document.querySelector('#app')!, }); Build bun run build