Comment on MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more
SkyNTP@lemmy.ml 6 days ago
Does this support SVG, i.e. SVGOMG? If not, that’s a glaring omission.
Currently, only SVG to PNG is supported. SVGOMG is a great tool I’ve used many times as a user, but since it runs as a Node.js app, it would require server-side processing, unlike the local browser-based approach of this app.
Surely the SVGO package can be compiled into a browser bundle.
I might look into this myself…
If you get around to it, I’d love to know about it and add that as a feature.
lent9004@lemmy.world 6 days ago
Currently, only SVG to PNG is supported. SVGOMG is a great tool I’ve used many times as a user, but since it runs as a Node.js app, it would require server-side processing, unlike the local browser-based approach of this app.
SkyNTP@lemmy.ml 5 days ago
Surely the SVGO package can be compiled into a browser bundle.
I might look into this myself…
lent9004@lemmy.world 5 days ago
If you get around to it, I’d love to know about it and add that as a feature.