Skip to content

Commit

Permalink
πŸš€ add <desc> metadata to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 25, 2022
1 parent 3c697c6 commit 9c88173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/svg-creator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit 9c88173

Please sign in to comment.