@newhighsco/svgo-config
v1.0.2
Published
New High Score shareable config for SVGO
Downloads
6
Readme
svgo-config
New High Score shareable config for SVGO
Installation
Install @newhighsco/svgo-config
:
yarn add -D @newhighsco/svgo-config
Usage
New High Score SVGO rules come bundled in @newhighsco/svgo-config
. To enable these rules, add a svgo.config.js
at the root of your project. See the SVGO configuration docs for more details.
// `svgo.config.js`
module.exports = require('@newhighsco/svgo-config');