Halftone stipple: black dots on white paper, density from image darkness (deterministic grain). Pointer repels ink; click sends a shockwave. Use the panel to upload an image, tune physics, and save presets locally.
Using default image.
Start here for fast results. Open Advanced for deeper rendering and motion tuning.
Saved only in this browser. Uploaded images are not included in presets.
No presets yet. Save your current settings to create one.
Presets are stored in this browser.
1// TypeScript2import { DitetheringPlayground } from "@/components/DitetheringPlayground";3 4const src: string = "/logos/linear.png";5const alt: string = "Linear logo as halftone Ditethering";6 7<DitetheringPlayground8 defaultSrc={src}9 defaultAlt={alt}10/>