1.0.2 • Published 8 months ago

@newhighsco/svgo-config v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

svgo-config NPM version

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');

CHANGELOG