feat: monorepo 构建完成

This commit is contained in:
claude-code-best
2026-03-31 21:21:46 +08:00
parent 751a684dcf
commit 3d4cb096d1
24 changed files with 257 additions and 111 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "image-processor-napi",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts"
}

View File

@@ -0,0 +1,6 @@
export function getNativeModule(): null {
return null
}
const stub: any = {}
export default stub