Files
ImageKnife/gpu_transform/oh-package.json5
zhoulisheng1 29067035bc 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>
2023-04-06 19:07:21 +08:00

26 lines
597 B
Plaintext

{
"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"
}