A collection of SVGO Plug-ins.
- Make SVG's color easy to change.
- Make SVG's size responsive.
- Create a suitable configuration for SVGO.
# pnmp
$ pnpm add svgo-extra
# yarn
$ yarn add svgo-extra
# npm
$ npm i svgo-extra
Create an SVGO plug-in that can move the attribute of the child node you specify to the svg node.
Create a SVGO plug-in that can make svg size responsive.
Create a suitable configuration for SVGO, use preset-default
config by default.