From 280457f0424f09d01d97f4190c27ae610613168c Mon Sep 17 00:00:00 2001 From: javl Date: Tue, 18 Aug 2026 14:00:08 +0200 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9a2257..97cb299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "image2cpp", - "version": "1.0.0", + "version": "2.0.0", "description": "Use this tool online at http://javl.github.io/image2cpp/ image2cpp is a simple tool to change images into byte arrays (or your array back into an image) for use with (monochrome) displays suchs as OLEDs, like those from Adafruit or Sparkfun. While searching for a way to generate these arrays, I mostly found links to a piece of Windows software. Both the flakey results and the hassle of having to boot a virtual machine just to convert an image lead to me writing this pure html + javascript solution.", "main": "dithering.js", "scripts": {