Use React to render images, shapes, and text to <canvas>.
This is a monorepo containing the core renderer and supporting packages.
| Package | Description |
|---|---|
react-tela |
The core React renderer for canvas |
@react-tela/core |
Pure Canvas2D scene graph engine (zero React dependency) |
@react-tela/flex |
CSS Flexbox layout powered by Yoga |
@react-tela/terminal |
Terminal emulator component using xterm.js |
| Deployment | Source Code | Description |
|---|---|---|
| react-tela-playground | playground |
Interactive playground for experimenting with react-tela |
| react-tela-terminal-demo | terminal |
Terminal demo app |
MIT