ASCII Printer Demo

Download Back To CSSScript.Com

Print over 100 colorful ASCII arts in the browser console. Simple script tag setup with methods for random, search, and custom colors.

Live Catalog

Loaded Build

<script src="./build/ascii-printer.min.js"></script>

The page runs from the compiled build file and uses the global AsciiPrinter object.

Playground


        

API Runs

Print Methods

AsciiPrinter.printBySearch("panther")
AsciiPrinter.printRandom()
AsciiPrinter.printRandom("message")
AsciiPrinter.printRandomFrom(["heart", "key", "lightBulb"])
AsciiPrinter.printByName("frog", { color: false })
AsciiPrinter.printByName("rocket", { credits: true })

Returned Data

AsciiPrinter.version
AsciiPrinter.listTypes()
AsciiPrinter.listNames("animal")
AsciiPrinter.list("message")
AsciiPrinter.getById(17)
AsciiPrinter.getByName("pinkPanther")
AsciiPrinter.catalog.length

Output


      

Full Catalog

ID Name Category Color Height Author Command