# fis-optimizer-png-compressor

> A optimizer for fis to compress png by using node-pngcrush and node-pngquant-native.

Latest version **0.2.2** (published 2019-01-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install fis-optimizer-png-compressor
pnpm add fis-optimizer-png-compressor
yarn add fis-optimizer-png-compressor
bun add fis-optimizer-png-compressor
```

## 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.2.2 |
| Published | 2019-01-11 |
| First published | 2013-08-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | zhangyunlong |
| Maintainers | 2betop, fansekey, fis-dev, fouber |
| Keywords | fis, minifier, pngcrush, node-pngcrush, pngquant, node-pngquant-native, png, image, compress, compressor |

## Links

- npm: https://www.npmjs.com/package/fis-optimizer-png-compressor
- Repository: https://github.com/fis-dev/fis-optimizer-png-compressor
- Homepage: https://github.com/fis-dev/fis-optimizer-png-compressor#readme
- Issues: https://github.com/fis-dev/fis-optimizer-png-compressor/issues
- npm.io page: https://npm.io/package/fis-optimizer-png-compressor

## Dependencies (2)

- [node-pngcrush](https://npm.io/package/node-pngcrush.md) 1.0.1
- [node-pngquant-native](https://npm.io/package/node-pngquant-native.md) 2.1.1

## 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.2.2 (latest) — 2019-01-11
- 0.2.1 — 2019-01-11
- 0.2.0 — 2017-09-22
- 0.1.6 — 2016-05-11
- 0.1.5 — 2016-03-10
- 0.1.4 — 2016-02-25
- 0.1.3 — 2015-12-16
- 0.1.2 — 2015-10-29
- 0.1.1 — 2015-10-12
- 0.1.0 — 2015-05-12
- 0.0.9 — 2015-05-12
- 0.0.8 — 2015-04-17
- 0.0.7 — 2015-02-12
- 0.0.6 — 2014-08-21
- 0.0.5 — 2014-06-04
- … 4 more at https://npm.io/package/fis-optimizer-png-compressor/versions

## README

# fis-optimizer-png-compressor

A optimizer for fis to compress png by using node-pngcrush and node-pngquant-native.

## settings

```javascript
//file : path/to/project/fis-conf.js
fis.config.merge({
    settings : {
        optimizer : {
            'png-compressor' : {
                type : 'pngquant' //default is pngcrush
            }
        }
    }
});
```

    $ fis release --optimize --dest ../output

---
_Source: https://npm.io/package/fis-optimizer-png-compressor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
