CanvasContext
@3dverse/livelink-react v0.2.32
@3dverse/livelink-react / CanvasContext
Variable: CanvasContext
const
CanvasContext:Context
<{canvas
:null
|HTMLCanvasElement
;renderingSurface
:null
|RenderingSurface
; }>
Defined in: livelink.react/sources/components/core/Canvas.tsx:26
A context provider that exposes the canvas element and the rendering surface.
Param
The canvas element.
Param
The rendering surface.