tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
222 stars 63 forks source link

extract SVG from CSS as image file in /img #585

Open michaelficarra opened 8 months ago

michaelficarra commented 8 months ago

We can now automatically inline images from /img as base64 data URLs. The SVG that is manually inlined in https://github.com/tc39/ecmarkup/blob/5f8b4d549801d9e65b3e299335289bfb27a96804/css/elements.css#L1008 should be extracted as an svg file in /img.