UNPKG

p5.asciify

Version:

Apply real-time ASCII conversion to your favorite p5.js sketches instantly.

6 lines (5 loc) 223 B
export { P5AsciifyRenderer2D, CUSTOM_DEFAULT_OPTIONS_2D } from './AsciiRenderer2D'; /** * Collection of pre-built and customizeable 2D ASCII renderers based on different features. */ export * as feature from './feature';