pixelsrc 0.2.0

Pixelsrc - GenAI-native pixel art format and compiler
Documentation
1
2
{"type": "palette", "name": "test", "colors": {"{_}": "#00000000", "{a}": "#FF0000", "{b}": "#00FF00"}}
{"type": "sprite", "name": "alias_test", "size": [4, 2], "palette": "test", "grid": ["{_}{a}{a}{_}", "{_}{b}{b}{_}"]}