UNPKG

textmode.js

Version:

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

4 lines (3 loc) 158 B
export { GLShader } from './webgl/core/Shader'; export { GLRenderer } from './webgl/core/Renderer'; export { GLFramebuffer } from './webgl/core/Framebuffer';