mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-07-14 21:54:30 +08:00
52e5d1f5bf
Signed-off-by: zhang_hanyong <zhang_hanyong@h-partners.com>
29 lines
621 B
Plaintext
29 lines
621 B
Plaintext
{
|
|
"types": "",
|
|
"keywords": [
|
|
"OpenHarmony",
|
|
"ImageKnife",
|
|
"glide",
|
|
"HarmonyOS"
|
|
],
|
|
"author": "ohos_tpc",
|
|
"description": "专门为OpenHarmony打造的一款图像加载缓存库,致力于更高效、更轻便、更简单",
|
|
"ohos": {
|
|
"org": "opensource"
|
|
},
|
|
"main": "index.ets",
|
|
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
|
"type": "module",
|
|
"version": "3.0.0-rc.4",
|
|
"dependencies": {
|
|
"@ohos/gpu_transform": "^1.0.2"
|
|
},
|
|
"tags": [
|
|
"ImageCache",
|
|
"UI"
|
|
],
|
|
"license": "Apache License 2.0",
|
|
"devDependencies": {},
|
|
"name": "@ohos/imageknife"
|
|
}
|