imagemin / imagemin-svgo

SVGO plugin for imagemin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multipass config property

benedfit opened this issue · comments

SVGO provides a multipass config property to optimise SVGs multiple times until they are fully optimised.

See https://github.com/svg/svgo/blob/0d5ce7d4e01fa5910bcf0e7159a3fd6239da388d/lib/svgo/config.js#L28

Could you make it possible to pass this property to imagemin-svgo?