Skip to content

JavaScript parser for FIGlet fonts

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Notifications You must be signed in to change notification settings

olizilla/figlet-js

 
 

Repository files navigation

___________.___   ________ .____     ______________________              ____.  _________
\_   _____/|   | /  _____/ |    |    \_   _____/\__    ___/             |    | /   _____/
 |    __)  |   |/   \  ___ |    |     |    __)_   |    |     ______     |    | \_____  \ 
 |     \   |   |\    \_\  \|    |___  |        \  |    |    /_____/ /\__|    | /        \
 \___  /   |___| \______  /|_______ \/_______  /  |____|            \________|/_______  /
     \/                 \/         \/        \/                                       \/ 

Build Status

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.

About

JavaScript parser for FIGlet fonts

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%