0.1.1 • Published 8 years ago

tinypic v0.1.1

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

tinypic NPM version NPM downloads

Compress JPG or PNG file in command line.

Install

$ npm install -g tinypic

Usage

Get an API Key first: https://tinypng.com/developers

# Set API Key before use
$ tinypic use $API_KEY

# Compress an image
$ tinypic example.jpg
# it writes to example.min.jpg

# Custom destination
$ tinypic example.jpg ../output.foo.jpg

License

MIT © EGOIST