mirror of
https://gitee.com/openharmony-tpc/ImageKnife.git
synced 2026-07-15 06:04:31 +08:00
ae7a8a864f
使用Image组件替换Canvas组件渲染,并重构大部分的实现逻辑,提升渲染性能 Signed-off-by: madixin <madixin@huawei.com>
7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
import { hapTasks } from '@ohos/hvigor-ohos-plugin';
|
|
|
|
export default {
|
|
system: hapTasks, /* Built-in plugin of Hvigor. It cannot be modified. */
|
|
plugins:[] /* Custom plugin to extend the functionality of Hvigor. */
|
|
}
|