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