diff options
author | Melody Horn <melody@boringcactus.com> | 2022-11-25 21:32:56 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-11-25 21:32:56 -0700 |
commit | 218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64 (patch) | |
tree | fab9cda4e02efe96cfe65e120148a51bbfb14480 /svgo.config.js | |
parent | e313512910c2f529ad89be7ab7055d4fd8fd5280 (diff) | |
download | linja-pona-svginator-218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64.tar.gz linja-pona-svginator-218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64.zip |
b
Diffstat (limited to 'svgo.config.js')
-rw-r--r-- | svgo.config.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/svgo.config.js b/svgo.config.js new file mode 100644 index 0000000..67471fb --- /dev/null +++ b/svgo.config.js @@ -0,0 +1,12 @@ +module.exports = { + multipass: true, + plugins: [ + 'preset-default', + { + name: "removeAttrs", + params: { + attrs: "style" + } + } + ], +}; |