Skip to content

yetzt/node-pnck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnck

a streamable wrapper around optipng-js. you can use all optipng command line options in the object passed to pnck(options).

usage

var fs = require("fs");
var pnck = require("pnck");

fs.createReadStream("./in.png").pipe(pnck()).pipe(fs.createWriteStream("./out.png"));

About

a streamable wrapper around optipng

Resources

Stars

Watchers

Forks

Packages

No packages published