🚀 add <desc> metadata to svg
This commit is contained in:
@@ -115,6 +115,10 @@ export const createSvg = (
|
|||||||
xmlns: "http://www.w3.org/2000/svg",
|
xmlns: "http://www.w3.org/2000/svg",
|
||||||
}).replace("/>", ">"),
|
}).replace("/>", ">"),
|
||||||
|
|
||||||
|
"<desc>",
|
||||||
|
"Generated with https://github.com/Platane/snk",
|
||||||
|
"</desc>",
|
||||||
|
|
||||||
"<style>",
|
"<style>",
|
||||||
optimizeCss(style),
|
optimizeCss(style),
|
||||||
"</style>",
|
"</style>",
|
||||||
|
|||||||
Reference in New Issue
Block a user