mirror of
https://github.com/lennyzeltser/conversation-replay
synced 2026-06-21 13:55:53 +00:00
5194e0652c
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>