aboutsummaryrefslogtreecommitdiff
path: root/svgo.config.js
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-11-25 21:32:56 -0700
committerMelody Horn <melody@boringcactus.com>2022-11-25 21:32:56 -0700
commit218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64 (patch)
treefab9cda4e02efe96cfe65e120148a51bbfb14480 /svgo.config.js
parente313512910c2f529ad89be7ab7055d4fd8fd5280 (diff)
downloadlinja-pona-svginator-218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64.tar.gz
linja-pona-svginator-218ebc3f8002e0ed21419b3f31a3ae2a56d4ee64.zip
b
Diffstat (limited to 'svgo.config.js')
-rw-r--r--svgo.config.js12
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"
+ }
+ }
+ ],
+};