cmd-img-printer

0.0.1 • Public • Published

Installation

npm i cmd-img-printer

Usage

const cmdPrinter = require("cmd-img-printer");

cmdPrinter.toStr("./images/amazing image.png", (err, out) => {
  if (err) throw err;
  console.clear();
  console.log(out);
});

Additional info

  • This package uses Jimp as image processor. All formats supported by Jimp are supported.

  • This package uses chalk for colorizing output.

  • If you noticed a bug or have a suggestion, please open an issue on GitHub

Readme

Keywords

Package Sidebar

Install

npm i cmd-img-printer

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

3 kB

Total Files

5

Last publish

Collaborators

  • 1euro7cent