Client-side offline-first JavaScript/CSS/HTML minifier. Visit: https://minifier.app
This tool implements Web Worker and Service Worker. Just load it once and it will available for offline use.
Uses html-minifier which comes with uglify-js and clean-css. See default configurations.
$ export HTTPMINIFIER_VERSION=4.0.0 # Optional, Default to latest
$ npm i && npm run build
Start development server:
$ npm run watch
Please open an issue or email me with any issues, feedback, or suggestions.