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:
zhoulisheng1
2023-04-06 19:07:21 +08:00
parent 61ff7a6e3e
commit 29067035bc
17 changed files with 164 additions and 44 deletions
+25
View File
@@ -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"
}