https://github.com/unicodeveloper/face-palm
:smile: :package: Display your face or images in the console
https://github.com/unicodeveloper/face-palm
Last synced: 3 months ago
JSON representation
:smile: :package: Display your face or images in the console
- Host: GitHub
- URL: https://github.com/unicodeveloper/face-palm
- Owner: unicodeveloper
- Created: 2015-11-30T15:17:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T12:48:45.000Z (about 10 years ago)
- Last Synced: 2024-10-16T06:57:22.468Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Face-palm
=========
[](https://www.npmjs.com/package/face-palm)

A small library that displays your face/image in the terminal
## Installation
`npm install face-palm`
## Usage
var display = require('face-palm');
display('prosper.png');
`prosper.png` should be an image residing in your project directory
Output should be the image in your terminal like so:
[](https://github.com/unicodeveloper/face-palm)
## Contributing
In lieu of a formal style guide, take care to maintain the existing coding style.