You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
svgo has a datauri option to set the encoding: base64, enc (URI encoded), unenc. See svg/svgo#105.
Though, before v3 datauri field sometimes seems to be ignored: svg/svgo#1679
This plugin currently only support base64. Could you honour the "datauri" field in optimization config?
The text was updated successfully, but these errors were encountered:
It's now possible to pass the SVGO datauri option values as value to the `dataurl` query parameter, so `file.svg?dataurl=base64`, `file.svg?dataurl=enc` and `file.svg?dataurl=unenc` is now supported
This requires an upgrade to SVGO 3.x
This solves issue #32
This should now be fixed in the latest version. Note that this issued a new major version since this feature required a version bump of the SVGO dependency to >=3.0.
Feel free to reopen this issue if this new feature doesn't work as expected.
svgo has a
datauri
option to set the encoding:base64
,enc
(URI encoded),unenc
. See svg/svgo#105.Though, before v3
datauri
field sometimes seems to be ignored: svg/svgo#1679This plugin currently only support base64. Could you honour the "datauri" field in optimization config?
The text was updated successfully, but these errors were encountered: