A FIGlet driver for NodeJS.
npm install @garrettmorse/figjsA FIGlet driver for JS.
``js
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);
``
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..."