0.5.0 • Published 11 months ago

@garrettmorse/figjs v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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.5.0

11 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.4.0

1 year ago

0.3.1

1 year 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