UNPKG

textmode.js

Version:

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

13 lines (12 loc) 333 B
/** * Types and interfaces for keyboard event handling */ export * as keyboard from '../managers/KeyboardManager'; /** * Types and interfaces for mouse event handling */ export * as mouse from '../managers/MouseManager'; /** * Types and interfaces for touch event handling */ export * as touch from '../managers/TouchManager';