@spraoi/svgo-config
v0.30.0
Published
An svgo config to keep svg files clean.
Downloads
16
Maintainers
Keywords
Readme
@spraoi/svgo-config
An svgo config to keep svg files clean.
Installation
yarn add --dev @spraoi/svgo-config svgo
Usage
Add the following configuration to the root of you project:
package.json
{
"scripts": {
"svgo": "svgo --config node_modules/@spraoi/svgo-config/svgo.yml -f src/images/icons"
}
}
You can then run yarn format
.