gifsicle-changba

5.1.1 • Public • Published

gifsicle-changba Build Status

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-changba

Usage

const {execFile} = require('child_process');
const gifsicle = require('gifsicle-changba');

execFile(gifsicle, ['-o', 'output.gif', 'input.gif'], err => {
	console.log('Image minified!');
});

CLI

$ npm install --global gifsicle
$ gifsicle --help

License

MIT © Imagemin

Package Sidebar

Install

npm i gifsicle-changba

Weekly Downloads

0

Version

5.1.1

License

MIT

Unpacked Size

580 kB

Total Files

8

Last publish

Collaborators

  • hex