tree: c509f4053645e4d58599ead49ef11ce641a9c2f4 [path history] [tgz]
  1. lib/
  2. vendor/
  3. .ready
  4. cli.js
  5. index.js
  6. license
  7. package.json
  8. readme.md
.yarn/unplugged/gifsicle-npm-4.0.1-47efba2323/node_modules/gifsicle/readme.md

gifsicle-bin 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

Usage

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

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

CLI

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

License

MIT © Imagemin