advpng-bin

AdvPNG bin-wrapper that makes it seamlessly available as a local dependency

Usage no npm install needed!

<script type="module">
  import advpngBin from 'https://cdn.skypack.dev/advpng-bin';
</script>

README

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