UNPKG

p5.asciify

Version:

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

5 lines (4 loc) 226 B
export { compareVersions, isP5AsyncCapable, detectP5Version, isValidP5Color, isValidP5Font, } from './utils'; export * from './export/SVGExporter'; export * from './export/JSONExporter'; export * from './fonts/TyprFontUtils';