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
- Host: GitHub
- URL: https://github.com/timbroddin/image-to-console
- Owner: TimBroddin
- Created: 2016-04-27T11:57:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T17:03:12.000Z (over 6 years ago)
- Last Synced: 2025-09-12T04:01:04.128Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-to-console
Convert an image to `console.log` messages.
For example, the Windows XP background:

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 ;)