Last active
January 9, 2020 19:43
-
-
Save julioxavierr/7385c17e83f2810df549105c9e886780 to your computer and use it in GitHub Desktop.
Convert svg to use inline styles with one line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svgo path/to/file.svg --enable=inlineStyles --config '{ "plugins": [ { "inlineStyles": { "onlyMatchedOnce": false } }] }' --pretty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment