🚀 add <desc> metadata to svg

This commit is contained in:
platane
2022-03-25 08:56:05 +01:00
parent 3c697c687e
commit 9c881735b7

View File

@@ -115,6 +115,10 @@ export const createSvg = (
xmlns: "http://www.w3.org/2000/svg",
}).replace("/>", ">"),
"<desc>",
"Generated with https://github.com/Platane/snk",
"</desc>",
"<style>",
optimizeCss(style),
"</style>",