1.0.7 • Published 3 years ago

print-image-cli v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

print-image-cli

Tool to print inline images in supported terminals.

const printImage = require('print-image-cli');

(async () => {
  const url = 'https://picsum.photos/640/427';
  const local = './images/test.jpg';

  console.log('Remote image:', url);
  await printImage(url);

  console.log('Local images:', local);
  await printImage(local);
})();

npm.io

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago