mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-27 20:14:49 +02:00
5 lines
357 B
TypeScript
5 lines
357 B
TypeScript
// Zen-style film grain: a static 220px PNG tile of sparse BIPOLAR speckle (some pixels lighten,
|
|
// some darken, most near-transparent), so at full slider it reads as texture in the paint rather
|
|
// than gray haze on top. Opacity IS the grain slider, exactly like Zen's --zen-grainy-background-opacity.
|
|
export const GRAIN_URL = 'url("./grain-texture.png")';
|