⚡
JS Minify
Basic JavaScript minifier — removes comments and excess whitespace.
data
API: POST /api/tools/js-minify
Input
Result
🔌 API Usage
POST /api/tools/js-minify
Content-Type: application/json
// Example body:
{
"input": ""
}
Content-Type: application/json
// Example body:
{
"input": ""
}