your-html-minifier

JSON →
library 0.2.0 ·javascript
verified Jun 4, 2026

your-html-minifier is a Koa middleware for minifying HTML responses using the popular html-minifier library. Version 0.2.0 provides a simple integration for Koa 2.x, allowing developers to easily enable HTML minification with options like collapseWhitespace, minifyCSS, and minifyJS. Compared to the original koajs/html-minifier, this package offers similar functionality but is maintained under the yourjs organization. The release cadence is not well documented, but it is a lightweight wrapper around the well-established html-minifier package.