mrp-bmp565
Version:
用于处理mrp中的bmp565格式的图片,将rgb565格式处理成常规的24位颜色位图。
29 lines • 463 B
JSON
{
"name": "mrp-bmp565",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/mrp-lib/mrp-bmp565.git"
},
"keywords": [
"mrp",
"mtk",
"bmp",
"565",
"bmp565",
"冒泡"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^13.7.7",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
}
}