{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "loki-text-effect-demo",
  "title": "Loki Text Effect Demo",
  "description": "Example showcasing the iconic animation from the Loki series intro.",
  "registryDependencies": [
    "https://atlasui.dev/r/loki-text-effect.json"
  ],
  "files": [
    {
      "path": "registry/react/examples/loki-text-effect-demo.tsx",
      "content": "import { LokiTextEffect } from \"@/registry/react/atlasui/loki-text-effect\";\n\nexport const LokiTextEffectDemo = () => {\n  return <LokiTextEffect text=\"Loki\" />;\n};\n",
      "type": "registry:example",
      "target": "components/loki-text-effect-demo.tsx"
    }
  ],
  "type": "registry:example"
}