imagemin-pngout
pngout imagemin plugin
Install
$ npm install imagemin-pngout
Usage
const imagemin = ;const imageminPngout = ; async { await ; console;};
API
imageminPngout([options])(buffer)
Returns a Promise<Buffer>
.
options
Type: Object
strategy
Type: number
Default: 0
Select a strategy level between 0
and 4
:
0.
Extreme
1.
Intense
2.
Longest match
3.
Huffman only
4.
Uncompressed
License
MIT © Imagemin