Y
Hacker News
new
|
ask
|
show
|
jobs
by
ivw
185 days ago
just run them through `svgo` and get the benefits of smaller filesizes as well
1 comments
silverwind
185 days ago
svgo is a minifier, not a sanitizer.
link
ivw
183 days ago
I should have clarified `svgo + removeScripts`
https://svgo.dev/docs/plugins/removeScripts/
link