Skip to main content

Canvas

A component that provides a canvas element and a rendering surface.

Definition

function Canvas(props: CanvasProps): Element;

Properties

canvas

HTMLCanvasElement

The canvas element.

renderingSurface

RenderingSurface

The rendering surface.

children

React.ReactNode

The children of the component.

Returns

Element

The Canvas component.

Examples

Loading samples...