pixelsrc 0.2.0

Pixelsrc - GenAI-native pixel art format and compiler
Documentation
<!-- Generated by scripts/generate-demos.sh -->
<!-- Do not edit manually - regenerate with: ./scripts/generate-demos.sh -->

# grid Demos

## Basic Coordinate Grid

Renders sprite grid with row and column coordinate headers.

<div class="demo-source">

```jsonl
{"type": "sprite", "name": "arrow", "palette": {"{_}": "#00000000", "{x}": "#FF0000"}, "grid": ["{_}{_}{x}{_}{_}", "{_}{x}{x}{x}{_}", "{x}{_}{x}{_}{x}", "{_}{_}{x}{_}{_}", "{_}{_}{x}{_}{_}"]}
```

</div>

<div class="demo-container" data-demo="basic">
</div>