meshtastic-firmware/.trunk/configs/svgo.config.js

15 wiersze
280 B
JavaScript

module.exports = {
plugins: [
{
name: "preset-default",
params: {
overrides: {
removeViewBox: false, // https://github.com/svg/svgo/issues/1128
sortAttrs: true,
removeOffCanvasPaths: true,
},
},
},
],
};