Popularity
2.2
Growing
Activity
0.0
Stable
124
4
20

Description

Figlet-JS is a JavaScript implementation of a FIGdriver and is available as a Node module and a jQuery plugin.

For detailed information on fonts for Figlet, check out the FIGfont documentation.

Programming language: JavaScript
License: GNU General Public License v3.0 only
Tags: Utilities     Command Line Utilities     Banner     Font     Acsii    

Figlet alternatives and similar modules

Based on the "Command Line Utilities" category.
Alternatively, view Figlet alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Figlet or a related project?

Add another 'Command Line Utilities' Module

README

 _______ _________ _______  _        _______ _________       _________ _______ 
(  ____ \\__   __/(  ____ \( \      (  ____ \\__   __/       \__    _/(  ____ \
| (    \/   ) (   | (    \/| (      | (    \/   ) (             )  (  | (    \/
| (__       | |   | |      | |      | (__       | |    _____    |  |  | (_____ 
|  __)      | |   | | ____ | |      |  __)      | |   (_____)   |  |  (_____  )
| (         | |   | | \_  )| |      | (         | |             |  |        ) |
| )      ___) (___| (___) || (____/\| (____/\   | |          |\_)  )  /\____) |
|/       \_______/(_______)(_______/(_______/   )_(          (____/   \_______)

Figlet is a program for making large letters out of ordinary text.

Figlet-JS is a JavaScript implementation of a FIGdriver and is available as a Node module and a jQuery plugin.

For detailed information on fonts for Figlet, check out the FIGfont documentation.

Usage

Node

var puts = require("sys").puts;
var Figlet = require("./lib/figlet-node");
Figlet.write("node.js", "epic", function(str) {
    puts(str);
});

jQuery

$("pre").figlet("jQuery", "graffiti");

Written for Marak to support asciimo.


Support this project by donating on Gittip.