1.0.0 • Published 9 months ago

babel-svgo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago