0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 02:47:32 +01:00
flags/svgo.config.js

13 lines
204 B
JavaScript
Raw Normal View History

2022-06-20 15:27:55 +02:00
module.exports = {
plugins: [
{
2022-06-21 10:00:43 +02:00
name: "preset-default",
2022-06-20 15:27:55 +02:00
},
2022-06-21 10:00:43 +02:00
"convertStyleToAttrs",
"removeDimensions",
"removeScriptElement",
"removeStyleElement",
"sortAttrs",
2022-06-20 15:27:55 +02:00
],
};