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