1 Star 4 Fork 3

LH / lh_img_conver_tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
LH 提交于 2022-12-03 11:09 . 1、首次提交V1.0版本
{
"name": "lv_img_conv",
"version": "0.1.3",
"description": "Image converter for LVGL",
"keywords": [
"image",
"convertor",
"embedded"
],
"files": [
"lv_img_conv.js",
"tsconfig.json",
"lib/"
],
"scripts": {
"start": "parcel ./web/index.html --open",
"build": "parcel build ./web/index.html ./web/content.html --public-url ./"
},
"bin": {
"lv_img_conv": "lv_img_conv.js"
},
"repository": "lvgl/lv_img_conv",
"author": "embeddedt",
"license": "MIT",
"homepage": "https://github.com/lvgl/lv_img_conv",
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11"
],
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@types/jquery": "^3.5.0",
"@types/locutus": "0.0.6",
"@types/node": "^14.14.16",
"@types/yargs": "^15.0.5",
"core-js": "^3.8.1",
"parcel-bundler": "^1.12.5",
"posthtml-include": "^1.4.3",
"typescript": "^3.9.5",
"nan": "^2.15.0"
},
"dependencies": {
"bs-custom-file-input": "^1.3.4",
"canvas": "^2.8.0",
"file-saver": "^2.0.5",
"locutus": "^2.0.11",
"rgbquant": "^1.1.2",
"setimmediate": "^1.0.5",
"ts-node": "^8.10.2",
"yargs": "^15.3.1"
}
}
C#
1
https://gitee.com/http1520/lh_img_conver_tools.git
git@gitee.com:http1520/lh_img_conver_tools.git
http1520
lh_img_conver_tools
lh_img_conver_tools
master

搜索帮助