npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

resize-img-cli

1.0.0

@kevva

npmHomeRepoSnykSocket
Downloads:145
$ npm install resize-img-cli
DailyWeeklyMonthlyYearly

resize-img-cli Build Status

Resize images in memory

Install

$ npm install --save resize-img-cli

Usage

$ resize-img --help

  Usage
    $ resize-img <image>
    $ cat <image> | resize-img

  Options
    --width   Desired width of target image
    --height  Desired height of target image

  Examples
    $ resize-img unicorn.png --width 200 > unicorn-200x200.png
    $ cat unicorn.png | resize-img --width 200 > unicorn-200x200.png

Related

  • resize-img - API for this module.

License

MIT © Kevin Martensson