UNPKG

textmode.js

Version:

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

8 lines (7 loc) 247 B
/** * WebGL Rendering Pipeline * * This module contains the rendering pipeline architecture that orchestrates * the execution of draw commands through specialized renderers. */ export { MaterialBatchPipeline } from './MaterialBatchPipeline';