UNPKG

textmode.js

Version:

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

7 lines (6 loc) 260 B
import type { Mixin } from './TextmodifierMixin'; import type { ITouchMixin } from './interfaces/ITouchMixin'; /** * Mixin that wires the public touch API to the underlying TouchManager implementation. */ export declare const TouchMixin: Mixin<ITouchMixin>;