An npm package used to compress and decompress numbers for better rendering
JavaScript parser, mangler/compressor and beautifier toolkit
NUMber COmpressor / decompressor
Compress Image, Video, and Audio same like Whatsapp & Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail
CKEditor 5 operations compressor for real-time collaboration.
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
Uppy plugin that compresses images before upload, saving up to 60% in size
ID compressor
YUICompressor CLI and Node.js require
A gzip, brotli and zstd compressor for Astro
A port of the Brotli compression algorithm as used in WOFF2
Capacitor plugin for efficient image compression supporting PNG, JPEG, and WebP formats across iOS, Android, and Web platforms
LZW compressor module from Glize library.
CLI tool compressing static resources with Brotli, Zopfli (gzip) and Zstandard (zst)
Port of YUI CSS Compressor to NodeJS
Libraries to compress any Salesforce Metadata XML Files to change the format. This library make easy the work with GIT and other Version Control Systems because grant always the same order of the elements, compress the file for ocuppy less storage and mak
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
Compress middleware for koa that always compresses
FitText makes font-sizes flexible. Use this plugin on your responsive design for ratio-based resizing of your headlines.
JavaScript image compressor.
A reliable compressor and decompressor for Brotli, supporting node & browsers via wasm
Hardware-accelerated image & video compression for React Native / Expo. H.264 & HEVC encoding via MediaCodec and VideoToolbox. No FFmpeg, no config plugins — just install and compress.
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
JavaScript parser, mangler/compressor and beautifier toolkit
Compresses Javascript & CSS files on the command line interface with yui-compressor. Run `cli-yui-compressor` or its shorthand `cyc`. Usage: cli-yui-compressor | cyc [options] [filename] -c, --charset [CHARSET] Sets the output charset (CSS & JS). Default: utf-8 -l, --line-break [NUMBER] Sets the max output line width (CSS & JS). Default: 1337 -o, --optimize Sets code optimization on compress (JS Only). Default: true -p, --preserve Sets preserved semi-colons (JS Only). Default: true -s, --short Sets shortened local variables (JS Only). Default: true -v, --version Print version -h, --help Display this screen A
Juicer is a command line tool that helps you ship frontend code for production. High level overview; Juicer can * figure out which files depend on each other and merge them together, reducing the number of http requests per page view, thus improving performance * use YUI Compressor to compress code, thus improving performance * verify that your JavaScript is safe to minify/compress by running JsLint on it * cycle asset hosts in CSS files * add "cache busters" to URLs in CSS files * recalculate relative URLs in CSS files, as well as convert them to absolute (or convert absolute URLs to relative URLs)