An open API service indexing awesome lists of open source software.

https://github.com/michaelheckmann/img-to-nonogram

Simple NodeJS script that takes a b&w image and creates a Nonogram board.
https://github.com/michaelheckmann/img-to-nonogram

nodejs nonogram

Last synced: 2 months ago
JSON representation

Simple NodeJS script that takes a b&w image and creates a Nonogram board.

Awesome Lists containing this project

README

          



# Image to Nonogram 🧮
Simple NodeJS script that takes a b&w image and creates a Nonogram board.
## Installation Instructions

### Clone this repository

```bash
git clone https://github.com/michaelheckmann/img-to-nonogram.git
```

### Install dependencies

```bash
cd img-to-nonogram
npm install
```

### Run the script

```bash
node .
```