@monkvision/svgo-config
v4.4.3
Published
SVGO configuration files used in MonkJs projects
Downloads
1,340
Readme
@monkvision/svgo-config
This package provides the base SVGO configuration used throughout the MonkJs projects
Install
To install the project simply run the following command :
yarn add -D svgo @monkvision/svgo-config
How to use
To use the SVGO config exported by this package, simply add the following line in your svgo.config.js
:
const config = require('@monkvision/svgo-config');
module.exports = {
...config,
};