Files
Harsh Sheth 5194e0652c fix: parse meta.initialBlur field that was silently ignored
The initialBlur field is defined in DemoMeta, documented in README,
present in schema.json, and consumed by the generator — but validateDemoMeta
in parser.ts never read or forwarded it. Any YAML using `initialBlur`
had the value silently dropped, so the generator always fell back to
the default blur of 1px regardless of what was configured.

Co-authored-by: HarshSheth1128 <harshsheth1128@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:23:17 -04:00
..