picture-tuber

2.0.0 • Public • Published

picture-tuber

Render images on the terminal.

example

command

picture tube robot

code

var pictureTube = require("picture-tuber");
var tube = pictureTube();
tube.pipe(process.stdout);
 
var fs = require("fs");
fs.createReadStream("robot.png").pipe(tube);

usage

Usage: picture-tube OPTIONS { file or uri }

Options:
  --cols  number of columns to use for output

methods

var pictureTube = require("picture-tuber");

var tube = pictureTube(opts)

Return a readable/writable stream that reads png image data and writes ansi terminal codes.

Set the number of columns to display the image as with opts.cols.

Right now only png files work.

install

To install as a library, with npm do:

npm install picture-tuber

To install the command-line tool, with npm do:

npm install -g picture-tuber

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i picture-tuber

Weekly Downloads

49,323

Version

2.0.0

License

MIT

Unpacked Size

3.14 kB

Total Files

4

Last publish

Collaborators

  • lirantal