mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-28 04:05:35 +00:00
WIP moving to separate files
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "image2cpp",
|
||||
"version": "1.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": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.27.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user