searxng/searx/static/themes/magi/svg4favicon.svgo.js
Joseph Cheung 10b9c2ee90 o
2023-02-26 08:37:17 +08:00

16 lines
238 B
JavaScript

/**
* @license
* SPDX-License-Identifier: AGPL-3.0-or-later
*
* svgo config: Optimize SVG for WEB usage
*/
module.exports = {
plugins: [
{
name: 'preset-default',
},
// make diff friendly
'sortAttrs',
],
};