Quadra-Kill

Results 5 issues of Quadra-Kill

本地node版本是v18,安装报错如下: ``` npm ERR! > [email protected] build npm ERR! > cargo-cp-artifact -nc lib/v6/index.node -- cargo build --message-format=json-render-diagnostics --release npm ERR! node-pre-gyp info it worked if it ends with ok npm...

代码逻辑仓库: https://github.com/666jack/leafer-node1 环境: node 18.20.0 npm 10.5.0 1.使用 @napi-rs/canvas 能导出但阴影失效 2.使用 skia-canvas 则按照官网的示例运行会直接结束服务,没有任何提示

import "dotenv/config"; import { createOpenRouter } from '@openrouter/ai-sdk-provider' import { AISdkClient, Stagehand } from '@browserbasehq/stagehand'; async function main() { console.log('OPENROUTER_API_KEY:', process.env.OPENROUTER_API_KEY ? '已设置' : '未设置'); const openrouter = createOpenRouter({ apiKey:...