UNPKG

textmode.js

Version:

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

3 lines (2 loc) 149 B
import type { LoadingScreenRendererContext } from '../types'; export declare const spinnerTemplate: (context: LoadingScreenRendererContext) => void;