png2embeddedjson
Version:
Convert PNG images to embedded JSON with Base64-encoded RGB565 data
32 lines (31 loc) • 620 B
JSON
{
"name": "png2embeddedjson",
"version": "1.0.0",
"description": "Convert PNG images to embedded JSON with Base64-encoded RGB565 data",
"main": "index.js",
"scripts": {
"test": "jest"
},
"bin": {
"png2embeddedjson": "./bin.js"
},
"dependencies": {
"sharp": "^0.33.5"
},
"repository": {
"type": "git",
"url": "https://github.com/chalkers/png2embeddedjson.git"
},
"keywords": [
"png",
"rgb565",
"json",
"embedded",
"converter"
],
"author": "Andrew Chalkley <andrew@chalkley.org>",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}