Files
ImageKnife/library/oh-package.json5
madixin e29c659e89 1. ImageFit.Auto 组件宽度更改后自动支持自适应高度,并补充样例。
2.修复onLoadStart会调用2次的bug

Signed-off-by: madixin <madixin@huawei.com>
2024-11-25 17:45:55 +08:00

29 lines
621 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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.2.0-rc.5",
"dependencies": {
"@ohos/gpu_transform": "^1.0.2"
},
"tags": [
"ImageCache",
"UI"
],
"license": "Apache License 2.0",
"devDependencies": {},
"name": "@ohos/imageknife"
}