openpencil/packages/docs/programmable/sdk/api/components/canvas-surface.md
2026-03-24 23:24:08 +03:00

484 B

title description
CanvasSurface Canvas element primitive that binds to the nearest CanvasRoot context.

CanvasSurface

CanvasSurface renders the actual <canvas> element used by the SDK canvas stack.

Use it inside CanvasRoot when you want SDK-managed canvas refs and rendering integration, but app-owned layout and styling.