# pngquant-bin-gfw

> pngquant-bin for gfw

Latest version **0.0.2** (published 2015-09-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install pngquant-bin-gfw
pnpm add pngquant-bin-gfw
yarn add pngquant-bin-gfw
bun add pngquant-bin-gfw
```

Provides the command `pngquant`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2015-09-01 |
| First published | 2015-08-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | anhulife |
| Maintainers | anhulife |
| Keywords | compress, image, img, minify, optimize, png, gfw |

## Links

- npm: https://www.npmjs.com/package/pngquant-bin-gfw
- Repository: https://github.com/anhulife/pngquant-bin-gfw
- Issues: https://github.com/anhulife/pngquant-bin-gfw/issues
- npm.io page: https://npm.io/package/pngquant-bin-gfw

## Dependencies (1)

- [os-filter-obj](https://npm.io/package/os-filter-obj.md) ^1.0.3

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

- 0.0.2 (latest) — 2015-09-01
- 0.0.1 — 2015-08-18

## README

# pngquant-bin-gfw

> pngquant is a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs. The conversion reduces file sizes significantly (often as much as 70%) and preserves full alpha transparency.


## Install

```
$ npm install --save pngquant-bin-gfw
```


## Usage

```js
var execFile = require('child_process').execFile;
var pngquant = require('pngquant-bin-gfw');

execFile(pngquant, ['-o', 'output.png', 'input.png'], function (err) {
	console.log('Image minified!');
});
```


## CLI

```
$ npm install --global pngquant-bin-gfw
```

```
$ pngquant --help
```

---
_Source: https://npm.io/package/pngquant-bin-gfw · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
