Skip to content

devtools-at/js-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Js Minifier

Js Minifier - Free online developer tool

Online Tool

Use this tool online at DevTools.at - Free, fast, and no registration required!

Installation

npm

npm install @devtools-at/js-minifier

Usage

import { 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");

Features

  • Simple, clean API
  • TypeScript support with full type definitions
  • No external dependencies
  • Works in Node.js and browsers

Online Version

For a full-featured version with a beautiful UI, visit: https://devtools.at/tools/js-minifier

Related Tools

Check out our other developer tools at DevTools.at:

  • 100+ free developer tools
  • No registration required
  • Privacy-focused (client-side processing)

Links

License

MIT License


Made with love by DevTools.at

About

Minify JavaScript code - Online tool: https://devtools.at/tools/js-minifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published