built new web

This commit is contained in:
2025-05-27 13:17:11 +03:00
parent d84cc7a72c
commit b7d2c524d6
13 changed files with 291 additions and 76 deletions

11
nodejs/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "hublib",
"version": "0.1.0",
"files": [
"hublib_bg.wasm",
"hublib.js",
"hublib.d.ts"
],
"main": "hublib.js",
"types": "hublib.d.ts"
}