@figlet-ts/lib
v0.5.0
Published
Core figlet-ts library
Downloads
15
Maintainers
Readme
______________ ______ _____
___ _______(________ ___ _______ /________________
__ /_ __ /__ __ `__ /_ _ _ __/___ ____ ___/
_ __/ _ / _ /_/ /_ / / __/ /_ __ / _____ \
/_/ /_/ _\__, / /_/ \___/\__/ _ / ____/ /
/____/ /_/ /____/
@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