pixelsrc 0.2.0

Pixelsrc - GenAI-native pixel art format and compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CSS Transform Demos

Transform functions.

## Demos

| File | Description |
|------|-------------|
| `translate.jsonl` | translate(), translateX(), translateY() |
| `rotate.jsonl` | rotate(deg) |
| `scale.jsonl` | scale(), scaleX(), scaleY() |
| `flip.jsonl` | flip(x), flip(y) |