com.github.danlentz/clj-figlet

A native Clojure re-implementation of FIGlet, the classic ASCII art text renderer. Parses FIGfont Version 2 font files (Cowan & Burton, 1996-97), implements all six horizontal smushing rules plus universal smushing, and produces output identical to the reference C figlet. No external dependencies beyond Clojure itself.

Leiningen/Boot

[com.github.danlentz/clj-figlet "0.1.2"]

Clojure CLI/deps.edn

com.github.danlentz/clj-figlet {:mvn/version "0.1.2"}

Gradle

implementation("com.github.danlentz:clj-figlet:0.1.2")

Maven

<dependency>
  <groupId>com.github.danlentz</groupId>
  <artifactId>clj-figlet</artifactId>
  <version>0.1.2</version>
</dependency>