SVGOMG is a browser-based SVG minification tool that applies SVGO transformations entirely on the client side. It processes SVG files in a Web Worker to keep the user interface responsive, then displays the original and optimized file sizes side by side, including gzipped size estimates.
The tool provides a live preview of the optimized SVG markup, rendered directly in the browser for immediate visual feedback. Users can configure which SVGO optimization plugins are enabled or disabled, set numerical precision for coordinates and transforms, and optionally pretty-print the output. Multiple optimization passes can be run to catch further reductions, and the interface supports comparing the original and optimized versions side by side.
The application is distributed as a static web interface that requires no server-side processing, with all optimization logic bundled into the page itself.