import code from '@content/Backgrounds/Orb/Orb.vue?raw'; import type { CodeObject } from '../../../types/code'; export const orb: CodeObject = { cli: `npx jsrepo add https://vue-bits.dev/ui/Backgrounds/Orb`, installation: `npm install ogl`, usage: ` `, code };