This might be a silly question...
I've installed SVGO from https://github.com/svg/svgo
I want to turn on the plug-ing that does this:
apply transforms, crop by real width, center vertical alignment and resize SVG with one Path inside (disabled by default)
How do I do this?
From what I understand, I need to find a config file and add it to a plug in list. I'm not sure where to begin. Please help :D