update version

This commit is contained in:
javl
2026-08-18 14:00:08 +02:00
parent 3c71d4fd51
commit 280457f042
+1 -1
View File
@@ -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": {