// Fun fact: this is the first component ever made for Vue Bits!
import code from '@content/TextAnimations/SplitText/SplitText.vue?raw'
import type { CodeObject } from '../../../types/code'
export const splitText: CodeObject = {
cli: `npx jsrepo add https://vuebits.dev/TextAnimations/SplitText`,
installation: `npm install gsap`,
usage: `
`,
code
}