ninePath
图片背景处理
import { logger,ninePath } from "cyl-hooks-tools/utils"
let data = ninePath(
{
left: 10,
top: 10,
right: 10,
bottom: 10,
source:""
},
{
left: 10,
top: 10,
right: 10,
bottom: 10,
}
)
logger.log(data)
上次更新: 2023/05/08, 19:10:56