ELSEIF
Your brief EB
180 stories from 108 feeds 352 clusters Refreshed 28 seconds ago next pull 02:06

AI Signal 551

Markdown SVG upgrades

Simon Willison's markdown-svg-renderer tool now includes an MP4 export tab that converts animated SVGs to video using ffmpeg.wasm running entirely in the browser.

WHY IT MATTERS

Sharing animated SVGs on platforms that don't support SVG natively has been a persistent friction point. This tool eliminates the need for external conversion software by handling the entire pipeline client-side. Engineers working with SVG animations in documentation or presentations get a browser-based path to shareable video output.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

The MP4 tab detects SVG animations, estimates loop duration, renders frames, and encodes them using ffmpeg.wasm in the browser.

02

PNG and JPEG tabs already existed for rasterizing static SVGs for platforms without native SVG support.

03

The tool accepts Markdown input directly or via a URL to a CORS-friendly source like a GitHub Gist.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Simon Willison Markdown SVG upgrades Open ↗