1.1.0 • Published 4 years ago

crop-node-cli v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

crop-node-cli

Package version Package size

CLI for crop-node.

Installation

npm install --global crop-node-cli

Usage

$ crop-node <path> [<options>]

Options

--path, -p              Destination path of the output  (default: cropped.png)
--outputFormat, -f      Result image format             (default: png)
--silent, -s            Don't log success               (default: false)

Example

$ crop-node image.png --path image-cropped.png

License

MIT