{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "voronoi",
  "type": "registry:component",
  "title": "Voronoi Example",
  "description": "Voronoi shader example.",
  "dependencies": [
    "@paper-design/shaders-react"
  ],
  "files": [
    {
      "path": "registry/voronoi-example.tsx",
      "content": "import { Voronoi, VoronoiProps } from '@paper-design/shaders-react';\n\nexport function VoronoiExample(props: VoronoiProps) {\n  return <Voronoi style={{ position: 'fixed', width: '100%', height: '100%' }} {...props} />;\n}\n",
      "type": "registry:component"
    }
  ]
}