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.
- Host: GitHub
- URL: https://github.com/michaelheckmann/img-to-nonogram
- Owner: michaelheckmann
- Created: 2022-11-30T20:03:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T14:00:40.000Z (about 3 years ago)
- Last Synced: 2026-01-12T22:42:53.034Z (6 months ago)
- Topics: nodejs, nonogram
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```