@monkvision/svgo-config

4.0.19 • Public • Published

@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,
};

Package Sidebar

Install

npm i @monkvision/svgo-config

Weekly Downloads

144

Version

4.0.19

License

BSD-3-Clause-Clear

Unpacked Size

3.19 kB

Total Files

4

Last publish

Collaborators

  • souyahia-monk
  • raphaelmonk