summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/svg4favicon.svgo.js
blob: b9dd0da8ec83ade3012862bd4a6868c3578f30a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @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',
 ],
};