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