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.
