@figlet-ts/lib
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published
______________        ______    _____
___  _______(________ ___  _______  /________________
__  /_   __  /__  __ `__  /_  _ _  __/___  ____  ___/
_  __/   _  / _  /_/ /_  / /  __/ /_  __  /  _____ \
/_/      /_/  _\__, / /_/  \___/\__/  _  /   ____/ /
              /____/                  /_/    /____/

@figlet-ts/lib

Library for rendering figlet / FLF fonts.

Use it for:

  • Displaying awesome ASCII fonts in your browser app
  • Displaying awesome ASCII fonts in your command-line tool

Installation

# npm
npm install @figlet-ts/lib

# yarn
yarn add @figlet-ts/lib

Usage

// index.ts

Goals

  • Strongly-typed source code and published declarations
  • Provide an library to load, parse, layout and render FIGFonts / FLF Files
  • 🔲️ Provide supporting documentation to explain processing steps and vocabulary
  • 🔲️ Provide TSDoc documentation
  • To support:
    • ES-style imports
    • CommonJS-style imports
    • Emojis (and other non-half-width characters) in substitutions

Key

  • 🔲️ Not Started
  • ✴️ In Progress
  • Done
  • Cancelled

Package Sidebar

Install

npm i @figlet-ts/lib

Weekly Downloads

2

Version

0.5.0

License

MIT

Unpacked Size

1.43 MB

Total Files

21

Last publish

Collaborators

  • andrewdicks