SVG fractal noise texture overlay for film grain effect.
npx chaos add noise-overlayimport { NoiseOverlay } from '@oalacea/chaosui/overlays/noise-overlay';
<NoiseOverlay />
<NoiseOverlay animated opacity={0.08} />
<NoiseOverlay frequency={1.2} blendMode="multiply" />