HyperCrush
JSON →HyperCrush (v1.0.21) is a Node.js module for aggressively minifying HTML and SVG markup beyond standard minifiers. It removes leading zeros from decimals, strips unnecessary quotes from attribute values, eliminates whitespace between tags and attributes, and compresses SVG for inline DOM usage. Designed as a Gulp plugin or standalone tool, it complements html-minifier and terser. Unlike general-purpose minifiers, HyperCrush focuses on edge-case savings (e.g., `0.5` → `.5`). Maintained on GitHub but infrequently updated.
Resources
packagehypercrush ↗