mozjpeg-bin-arm64

9.0.2 • Public • Published

mozjpeg-bin GitHub Actions Status

mozjpeg is a production-quality JPEG encoder that improves compression while maintaining compatibility with the vast majority of deployed decoders

You probably want imagemin-mozjpeg instead.

Install

$ npm install mozjpeg

Usage

import {execFile} from 'node:child_process';
import mozjpeg from 'mozjpeg';

execFile(mozjpeg, ['-outfile', 'output.jpg', 'input.jpg'], err => {
	console.log('Image minified!');
});

CLI

$ npm install --global mozjpeg
$ mozjpeg --help

License

MIT © Imagemin

/mozjpeg-bin-arm64/

    Package Sidebar

    Install

    npm i mozjpeg-bin-arm64

    Weekly Downloads

    1

    Version

    9.0.2

    License

    MIT

    Unpacked Size

    2.32 MB

    Total Files

    8

    Last publish

    Collaborators

    • mateuszkrawczuk