meshtastic_rpi2w_sx1278_RA_02/.trunk/configs/svgo.config.js
2024-11-01 02:34:54 +01:00

15 lines
280 B
JavaScript

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