mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-07-16 22:48:44 +08:00
1.包管理工具由npm切换为ohpm
2.适配DevEco Studio: 3.1Release(3.1.3.400) 3.适配SDK: API9 Release(3.2.11.5) Signed-off-by: zhoulisheng1 <zhoulisheng1@huawei.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"types": "",
|
||||
"keywords": [
|
||||
"OpenHarmony",
|
||||
"transformation",
|
||||
"gpuTransform",
|
||||
"HarmonyOS"
|
||||
],
|
||||
"author": "ohos_tpc",
|
||||
"description": "based on OpenHarmony system, it can quickly realize image blur, Mosaic, sketch and other transformation effects through GPU",
|
||||
"ohos": {
|
||||
"org": "opensource"
|
||||
},
|
||||
"main": "index.ets",
|
||||
"repository": "https://gitee.com/openharmony-tpc/ImageKnife",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"tags": [
|
||||
"Tool"
|
||||
],
|
||||
"dependencies": {},
|
||||
"license": "Apache License 2.0",
|
||||
"devDependencies": {},
|
||||
"name": "@ohos/gpu_transform"
|
||||
}
|
||||
Reference in New Issue
Block a user