UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

3 lines (2 loc) 145 B
import type { GlRenderingContext } from '../types'; export declare function mapFormatToGlFormat(gl: GlRenderingContext): Record<string, number>;