0.4.0 • Published 10 months ago

@garrettmorse/figjs v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

figjs

A FIGlet driver for JS.

Usage

import { FIGlet } from "@garrettmorse/figjs";
import { slant } from "@garrettmorse/figjs/fonts";

const figjs = new FIGlet(slant);

const coolText = figjs.write("Hello, World!");

console.log(coolText);

Supported Fonts

  • banner
  • big
  • block
  • bubble
  • digital
  • lean
  • mini
  • mnemonic
  • slant
  • small
  • standard
  • term

Warning: Bugs

There are several FIGlet fonts that I've excluded from this package because I can't get them to work with my implementation (yet?).

I'm pretty confident about the ones that are included. That being said, "thar be dragons..."

0.3.0

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.1

11 months ago

0.4.0

10 months ago

0.3.1

11 months ago

0.1.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago