meshtastic_rpi2w_sx1278_RA_02/.trunk/configs/svgo.config.js

15 lines
280 B
JavaScript
Raw Permalink Normal View History

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