greyscaler

0.0.3 • Public • Published

greyscaler

Takes an image and greyscales it.

Installation

npm install greyscaler

Usage

CLI

Usage: greyscaler [options]

Options:

  -h, --help                     output usage information
  -V, --version                  output the version number
  -i, --images <images>          Images to greyscale
  -o, --outputPath [outputPath]  Output path

Module

var greyscaler = require('./greyscaler');

greyscaler('test.png', './output', callback);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i greyscaler

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mauricebutler