@monkvision/svgo-config
v5.2.2
Published
SVGO configuration files used in MonkJs projects
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-configHow 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,
};