UNPKG

textmode.js

Version:

textmode.js is a lightweight creative coding library for creating real-time ASCII art on the web.

5 lines (4 loc) 211 B
export { TextmodeImage } from './TextmodeImage'; export { TextmodeVideo } from './video/TextmodeVideo'; export { TextmodeFont } from './font/TextmodeFont'; export type { TextmodeCharacter } from './font/types';