7.0.0 • Published 2 years ago

advpng-bin v7.0.0

Weekly downloads
726
License
MIT
Repository
github
Last release
2 years ago

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
7.0.0

2 years ago

5.0.2

3 years ago

6.0.1

2 years ago

6.0.0

3 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.0

5 years ago

3.0.0

8 years ago

2.0.2

9 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago