An open API service indexing awesome lists of open source software.

https://github.com/timbroddin/image-to-console

Converts images to console.log messages
https://github.com/timbroddin/image-to-console

Last synced: 10 months ago
JSON representation

Converts images to console.log messages

Awesome Lists containing this project

README

          

# image-to-console

Convert an image to `console.log` messages.

For example, the Windows XP background:

![Screen shot](https://raw.githubusercontent.com/TimBroddin/image-to-console/master/screenshot.png)

Nice to add an easter egg for people snooping around.

## Usage

**Install**

npm i image-to-console -g

**Usage**

image-to-console --cols 50 -o

Cols is optional and defaults to 40.
If outputfile is ommited the result will be printed to your terminal.

## Disclaimer

I hacked this together during 5 bored minutes. Use at your own risk ;)