Pixel Art
Pixel drawing grid.
A pixel-art grid with a color palette for retro art.
type Β· pixel_art
Runs entirely in the shell β no backend needed.
How to use it
Just ask for it in chat β the agent emits this widget and the shell renders it:
Try saying
βa 16x16 pixel art canvasβ
Example
The agent returns this A2UI component (inside the components array of a /chat response):
pixel_art.json
{
"type": "pixel_art",
"gridSize": 16,
"palette": [
"0xFF000000",
"0xFFFFFFFF",
"0xFFFF5722",
"0xFF007AFF"
]
}Properties
| Prop | Type | Description |
|---|---|---|
gridSize | number | Grid dimension (8β32) |
palette | color[] | Color palette |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.