sa-html-minifier

JSON →
library 0.0.2 ·javascript
verified Jun 4, 2026

sa-html-minifier is a minimal HTML minifier written in TypeScript. Version 0.0.2 is the initial stable release with no established release cadence. It focuses on removing whitespace from HTML strings via a single `minify` function, with no configuration options. It differs from alternatives like html-minifier by offering a zero-config, lightweight approach, but lacks advanced features like attribute compression or CSS/JS minification.