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

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

Awesome Lists containing this project

README

          

Face-palm
=========

[![NPM version](https://img.shields.io/npm/v/face-palm.svg?style=flat)](https://www.npmjs.com/package/face-palm)
![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg)

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:

[![Prosper](https://github.com/unicodeveloper/face-palm/raw/master/prosper-console-image.png)](https://github.com/unicodeveloper/face-palm)

## Contributing

In lieu of a formal style guide, take care to maintain the existing coding style.