From 719d61982953caf61c0df7776347e13105a2e8b2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 22 Oct 2022 12:53:57 +0200 Subject: Add asset rendering scripts. --- tools/svgo.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/svgo.config.js (limited to 'tools/svgo.config.js') diff --git a/tools/svgo.config.js b/tools/svgo.config.js new file mode 100644 index 0000000..ef3339c --- /dev/null +++ b/tools/svgo.config.js @@ -0,0 +1,10 @@ +module.exports = { + js2svg: { + 'finalNewline': true, + }, + plugins: [ + 'preset-default', + 'convertStyleToAttrs', + 'sortAttrs', + ], +} -- cgit v1.2.3