1.0.5 • Published 6 years ago

luego-crop-cli v1.0.5

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

Luego Crop Image - CLI

Is a command line tool for crop banners images (flow to export a entire canvas)

Install

  $ npm install -g luego-crop-cli

Commands

  $ luego-crop $src $out --compress --key=$key

Example

  $ luego-crop src/ out/

Documentation

$src (required)

  • $src is the source directory

$out (required)

  • $out is the output directory

--compress (optional)

  • Is a flag to enable compression output of all images with TinyPNG.

--key=$key (optional, required only if the --compress flag is passed and the default API Key reach the ratelimit)

  • This param set a API Key to use in the compression request for each image
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago