kusa_pixel 0.1.3

A pixel art painter for people who are sick of GUIs.
Documentation
{
    "image_file": "./work/image.png",
    "image_width": 64,
    "image_height": 96,
    "canvas_zoom": 1.0,
    "canvas_margin_left": 20.0,
    "canvas_margin_right": 20.0,
    "canvas_margin_top": 10.0,
    "canvas_margin_bottom": 10.0,
    "canvas_dot_width": 20.0,
    "canvas_dot_height": 20.0,
    "canvas_grid_thickness": 0.5,
    "canvas_grid_color": [
        0.0,
        0.0,
        0.0,
        1.0
    ],
    "paint_tool": "pen",
    "paint_color": {
        "r": 230,
        "g": 230,
        "b": 180,
        "a": 255
    },
    "paint_thickness": 2
}