7.0.1 • Published 3 years ago
gifsicle v7.0.1
gifsicle-bin
gifsicle manipulates GIF image files in many different ways. Depending on command line options, it can merge several GIFs into a GIF animation; explode an animation into its component frames; change individual frames in an animation; turn interlacing on and off; add transparency and much more.
You probably want imagemin-gifsicle
instead.
Install
$ npm install gifsicle
Usage
import {execFile} from 'node:child_process';
import gifsicle from 'gifsicle';
execFile(gifsicle, ['-o', 'output.gif', 'input.gif'], error => {
console.log('Image minified!');
});
CLI
$ npm install --global gifsicle
$ gifsicle --help
7.0.1
3 years ago
7.0.0
3 years ago
5.3.0
3 years ago
6.1.0
3 years ago
6.0.3
3 years ago
6.0.2
3 years ago
6.0.1
3 years ago
5.2.1
3 years ago
6.0.0
3 years ago
5.2.0
4 years ago
5.1.0
4 years ago
5.0.0
5 years ago
4.0.1
6 years ago
4.0.0
6 years ago
3.0.4
8 years ago
3.0.3
9 years ago
3.0.2
9 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
11 years ago
0.1.4
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago