babel-svgo
v1.0.0
Published
Babel plugin to optimize svg
Downloads
3
Readme
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
}
],
...
]
}