Skip to content

Releases: patorjk/figlet.js

Minor Update

08 Apr 14:24
Compare
Choose a tag to compare
  • Added support for "npx figlet text".
  • Added Prettier.
  • Partially modernized code (ex: replaced vars with lets/consts, replaced substr with substring).

Minor bug fixes

12 Aug 03:47
Compare
Choose a tag to compare

Added width and whitespaceBreak options

12 Jul 23:38
Compare
Choose a tag to compare

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.