Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GMartigny/crop-node-cli

✂️ CLI version of crop-node
https://github.com/GMartigny/crop-node-cli

Last synced: about 2 months ago
JSON representation

✂️ CLI version of crop-node

Awesome Lists containing this project

README

        

# crop-node-cli

[![Package version](https://flat.badgen.net/npm/v/crop-node-cli)](https://www.npmjs.com/package/crop-node-cli)
[![Package size](https://flat.badgen.net/bundlephobia/minzip/crop-node-cli)](https://bundlephobia.com/result?p=crop-node-cli)

CLI for [crop-node](https://github.com/gmartigny/crop-node).

## Installation

npm install --global crop-node-cli

## Usage

$ crop-node []

### Options

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

## Example

$ crop-node src/*.png --path dist

## License

[MIT](license)