{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "hyper-text-demo",
  "type": "registry:example",
  "title": "Hyper Text Demo",
  "description": "Example showing text with scrambling letter animations.",
  "registryDependencies": [
    "@magicui/hyper-text"
  ],
  "files": [
    {
      "path": "registry/example/hyper-text-demo.tsx",
      "content": "import { HyperText } from \"@/registry/magicui/hyper-text\"\n\nexport default function HyperTextDemo() {\n  return <HyperText>Hover Me!</HyperText>\n}\n",
      "type": "registry:example"
    }
  ]
}