0.1.5 • Published 7 years ago

compressimg v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

compress-image

Minify image using tinypng

Install

Install with npm

npm install --save-dev compressimg

Example

var compressImage = require('compressimg');

compressImage('inputDir','outputDir',{
	tinifyApiKey: 'xxxxxxx', // tinypng developer apikey
	compresssPercent: 10, // limit compress scale
	compressLimitCount: 5 // limit compress count
});

License

MIT © zhiyingzzhou

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.0.1

7 years ago