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