UNPKG

gl-react

Version:

Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm

8 lines (6 loc) 135 B
import React from "react"; export default React.createContext<{ glParent: any; glSurface: any; glSizable: any; }>(null as any);