1.0.0 • Published 8 months ago

babel-svgo v1.0.0

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

babel-svgo

babel plugin to optimize svg

Usage

on your babel config add the below code in your plugins

{
  "plugins": ['babel-svgo']
}

plugin options

refer the svgo docs here

{
  "plugins": [
	[
	'babel-svgo',
	{
	// svgo configurations here
	}
  ],
  ...
  ]
}
1.0.0

8 months ago