This package provides the base SVGO configuration used throughout the MonkJs projects
To install the project simply run the following command :
yarn add -D svgo @monkvision/svgo-config
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,
};