number-loom 0.5.0

Multipurpose GUI and CLI tool for constructing nonograms
{
  "V0": {
    "solution": {
      "clue_style": "Nono",
      "palette": [
        {
          "ch": "#",
          "name": "black",
          "rgb": [
            0,
            0,
            0
          ],
          "color": 1
        },
        {
          "ch": " ",
          "name": "white",
          "rgb": [
            255,
            255,
            255
          ],
          "color": 0
        }
      ],
      "shape": {
        "Square": {
          "width": 4,
          "height": 3
        }
      },
      "cells": [
        0,
        1,
        1,
        0,
        1,
        0,
        0,
        1,
        1,
        1,
        1,
        1
      ]
    }
  }
}