figlet.js

A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.

MIT License

Downloads
8.1M
Stars
2.5K
Committers
18

Bot releases are hidden (Show)

figlet.js - Minor Update Latest Release

Published by patorjk over 1 year ago

  • Added support for "npx figlet text".
  • Added Prettier.
  • Partially modernized code (ex: replaced vars with lets/consts, replaced substr with substring).
figlet.js - Minor bug fixes

Published by patorjk about 3 years ago

figlet.js - Added width and whitespaceBreak options

Published by patorjk over 4 years ago

2 new options have been added to the options object:

  • width: Allows you to limit the output text to a specified number of characters (ex: 80).
  • whitespaceBreak: Works in conjunction with width. If set to true, the text will attempt to break whitespaces.

Thanks goes to @jcubic for working on this and submitting the PR.