1 dépôt
Enabling or disabling individual SVGO optimization plugins to control which transformations are applied.
Distinct from Plugin Toggle Managers: Distinct from Plugin Toggle Managers: focuses on toggling SVGO optimization plugins for SVG minification, not chat server plugins.
Explore 1 awesome GitHub repository matching part of an awesome list · SVGO Plugin Toggles. Refine with filters or upvote what's useful.
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 op
Provides toggles for enabling or disabling individual SVGO optimization plugins during minification.