Create sprites images in your terminal.
Note
Still a work in progress.
- cli
tuispriteopen an empty drawingtuisprite <path.json>open drawing at path
- command mode
:<command>:wsave:w <path>save to path:qquit:colorget color:color redset color
- script mode
:=<script>run JavaScript code:= color = "red"set color to red
- key bindings
-decrease size+/=increase sizeEerase all
- The pixel cell is emulated with upper (
▀) and lower (▄) Unicode Block Element and ANSI escape code colors. - Terminal has to support SGR Pixel Mouse Report.
- TODO: SGR Cell mode compatbility (left and right)