0.1.0 • Published 12 years ago
zopflipng-bin v0.1.0
zopflipng-bin 
zopfli Compression Algorithm is a new zlib (gzip, deflate) compatible compressor that takes more time (~100x slower), but compresses around 5% better than zlib and better than any other zlib-compatible compressor
You probably want imagemin-zopfli instead.
Install
$ npm install zopflipng-binUsage
import {execFile} from 'node:child_process';
import zopflipng from 'zopflipng-bin';
execFile(zopflipng, ['-m', '--lossy_8bit', 'input.png', 'outout.png'], () => {
console.log('Image minified!');
});CLI
$ npm install --global zopflipng-bin$ zopflipng --helpLicense
MIT © Imagemin
7.1.0
4 years ago
7.0.1
4 years ago
7.0.0
4 years ago
6.0.1
5 years ago
6.0.0
6 years ago
5.0.0
7 years ago
4.1.0
8 years ago
4.0.0
9 years ago
3.0.1
11 years ago
3.0.0
11 years ago
2.0.1
11 years ago
2.0.0
11 years ago
1.0.1
11 years ago
0.1.12
11 years ago
0.1.11
11 years ago
0.1.9
12 years ago
0.1.8
12 years ago
0.1.7
12 years ago
0.1.6
12 years ago
0.1.5
12 years ago
0.1.2
12 years ago
0.1.1
12 years ago
0.1.0
12 years ago
0.0.1
12 years ago