koishi-plugin-qhzy-sharp

npm

koishi sharp服务的提供,安全使用sharp

alt text使用指北

import {} from "@quanhuzeyu/koishi-plugin-qhzy-sharp"  // 导入类型声明
const inject = ["QhzySharp"]  // 使用koishi的inject来确保服务加载后再启动本模块
function apply(ctx: Context) {
    const Sharp = ctx.QhzySharp.Sharp  // 获取原生Sharp
}

更新记录

v1.1.0: 改为在隔离环境中使用npm指令来动态编译sharp