Initial commit

This commit is contained in:
2026-02-18 03:39:50 +01:00
commit 55c07770e1
7 changed files with 306 additions and 0 deletions

18
svgo.config.js Normal file
View File

@@ -0,0 +1,18 @@
export default {
plugins: [
{
name: "removeViewBox",
active: false
},
{
name: "removeDimensions",
active: true
},
{
name: "removeAttrs",
params: {
attrs: "(fill|style)"
}
}
]
};