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

17 lines
442 B
Markdown

---
title: CanvasRoot
description: Headless canvas primitive for OpenPencil rendering surfaces.
---
# CanvasRoot
`CanvasRoot` is the structural canvas primitive in `@open-pencil/vue`.
Use it when you want SDK-provided canvas structure and context with app-owned layout and styling.
## Related APIs
- [useCanvas](../composables/use-canvas)
- [useCanvasInput](../composables/use-canvas-input)
- [useTextEdit](../composables/use-text-edit)