UNPKG

gl-react-dom

Version:

DOM implementation of gl-react, an universal React library to write and compose WebGL shaders

3 lines 196 B
declare const getContext: (canvas: HTMLCanvasElement, opts: any, version: "webgl" | "webgl2" | "auto") => WebGLRenderingContext; export default getContext; //# sourceMappingURL=getContext.d.ts.map