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