import code from '@content/Animations/Cubes/Cubes.vue?raw'; import type { CodeObject } from '../../../types/code'; export const cubes: CodeObject = { cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/Cubes`, installation: `npm install gsap`, usage: `// CREDIT // Component inspired from Can Tastemel's original work for the lambda.ai landing page // https://cantastemel.com `, code };