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