advpng-bin

v7.0.0
AdvPNG bin-wrapper that makes it seamlessly available as a local dependency
imagemin compress image img minify optimize png advpng

advpng-bin GitHub Actions Status

The main purpose of this utility is to recompress png files to get the smallest possible size

You probably want imagemin-advpng instead.

Install

$ npm install --save advpng-bin

Usage

import {execFile} from 'node:child_process';
import advpng from 'advpng-bin';

execFile(advpng, ['--recompress', '--shrink-extra', 'image.png'], error => {
    console.log('Image minified!');
});

CLI

$ npm install --global advpng-bin
$ advpng --help
npm i advpng-bin

Metadata

  • MIT
  • ^14.13.1 || >=16.0.0
  • Shogo Sensui
  • released 5/12/2022

Downloads