Skip to content

henriknorberg/node-figlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node Figlet

ASCII art for node.js.

Example

    var figlet = require('figlet')
    figlet("Take Off!",["-c"], function (ascii){
        console.log(ascii.toString());    
    });

Output:

                 _____     _           ___   __  __   _
                |_   _|_ _| | _____   / _ \ / _|/ _| | |
                  | |/ _` | |/ / _ \ | | | | |_| |_  | |
                  | | (_| |   <  __/ | |_| |  _|  _| |_|
                  |_|\__,_|_|\_\___|  \___/|_| |_|   (_)

install

With npm do:

npm install node-figlet   

Prerequisite: Figlet from http://www.figlet.org or your favorite package manager that is not NPM.

Ubuntu:

sudo apt-get install figlet

About

Ascii art for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published