Js Minifier - Free online developer tool
Use this tool online at DevTools.at - Free, fast, and no registration required!
npm install @devtools-at/js-minifierimport { process, encode, decode } from '@devtools-at/js-minifier';
// Process input
const result = process("your input here");
// Encode
const encoded = encode("data to encode");
// Decode
const decoded = decode("data to decode");- Simple, clean API
- TypeScript support with full type definitions
- No external dependencies
- Works in Node.js and browsers
For a full-featured version with a beautiful UI, visit: https://devtools.at/tools/js-minifier
Check out our other developer tools at DevTools.at:
- 100+ free developer tools
- No registration required
- Privacy-focused (client-side processing)
MIT License
Made with love by DevTools.at