-
Notifications
You must be signed in to change notification settings - Fork 0
Animated WebP export of the demo card #27
Copy link
Copy link
Open
Labels
area: docsDocumentation, guides, examplesDocumentation, guides, examplesdifficulty: intermediateNeeds some codebase contextNeeds some codebase contextgood first issueGood for newcomersGood for newcomersstatus: readyScoped and ready to pick upScoped and ready to pick up
Description
Metadata
Metadata
Assignees
Labels
area: docsDocumentation, guides, examplesDocumentation, guides, examplesdifficulty: intermediateNeeds some codebase contextNeeds some codebase contextgood first issueGood for newcomersGood for newcomersstatus: readyScoped and ready to pick upScoped and ready to pick up
What you'll build: an export script that renders
assets/demo/coffee-shop.svginto an optimized animated WebP/GIF for platforms that don't render SVG animation (npm, social posts).Where:
scripts/(Node; headless Chromium capture of timed frames is one workable approach).Expected behavior: ~12 s loop, ≤ 1.5 MB WebP output written to
assets/demo/; deterministic frame timing.How to test: run the script twice — identical output size/frames; the WebP plays in a browser tab.
Mentor: @DBarr3