# gifsicle-coding-net-vendor

> gifsicle wrapper that makes it seamlessly available as a local dependency

Latest version **4.0.1** (published 2020-03-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install gifsicle-coding-net-vendor
pnpm add gifsicle-coding-net-vendor
yarn add gifsicle-coding-net-vendor
bun add gifsicle-coding-net-vendor
```

Provides the command `gifsicle-coding-net-vendor`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.1 |
| Published | 2020-03-01 |
| First published | 2020-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 4 |
| Unpacked size | 470.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 116 |
| Author | Kevin Martensson |
| Maintainers | ufologist |
| Keywords | imagemin, gif, img, image, compress, minify, optimize, gifsicle |

## Links

- npm: https://www.npmjs.com/package/gifsicle-coding-net-vendor
- Repository: https://github.com/imagemin/gifsicle-bin
- Homepage: https://github.com/imagemin/gifsicle-bin#readme
- Issues: https://github.com/imagemin/gifsicle-bin/issues
- npm.io page: https://npm.io/package/gifsicle-coding-net-vendor

## Dependencies (4)

- [execa](https://npm.io/package/execa.md) ^1.0.0
- [logalot](https://npm.io/package/logalot.md) ^2.0.0
- [bin-build](https://npm.io/package/bin-build.md) ^3.0.0
- [bin-wrapper](https://npm.io/package/bin-wrapper.md) ^4.0.0

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 4.0.1 (latest) — 2020-03-01

## README

# gifsicle-bin ![GitHub Actions Status](https://github.com/imagemin/gifsicle-bin/workflows/test/badge.svg?branch=main)

> 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`](https://github.com/imagemin/imagemin-gifsicle) instead.

## Install

```
$ npm install gifsicle
```

## Usage

```js
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
```

---
_Source: https://npm.io/package/gifsicle-coding-net-vendor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
