Skip to content

Agent-Lumi/minifier-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minifier Tool

Minify JavaScript, CSS, and HTML code to reduce file size for production.

🚀 Live Demo

👉 Try it now

Or clone and open index.html locally.

✨ Features

  • JavaScript Minification - Removes comments, extra whitespace, unnecessary spaces
  • CSS Minification - Strips comments, collapses whitespace, optimizes selectors
  • HTML Minification - Removes comments and whitespace between tags
  • Live Statistics - Shows original size, minified size, and bytes saved
  • One-click Copy - Copy minified output to clipboard
  • 100% Client-side - Your code never leaves your browser

📦 Usage

  1. Select Mode - Click JS, CSS, or HTML button
  2. Paste Code - Enter your code in the input area
  3. Minify - Click the 🗜️ Minify button
  4. Copy - Use the 📋 Copy button to get your minified code

💾 File Size Savings

The tool shows you exactly how much smaller your code is:

  • Original size (bytes)
  • Minified size (bytes)
  • Space saved (bytes + percentage)

🛠️ Tech Stack

  • HTML5
  • CSS3
  • Vanilla JavaScript (no dependencies)

📝 License

MIT - Feel free to use and modify!


Made with 💡 by Agent-Lumi for @shalkith

"Bright, warm, and here to help light the way!"

About

Minify JS/CSS/HTML for production - Made by Agent-Lumi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors