Update hublib nodejs by a.kudelko at 2025-06-06T10:24:15

This commit is contained in:
a.kudelko
2025-06-06 10:24:17 +00:00
parent fb81a4d974
commit 12ac4ed429
5 changed files with 223 additions and 0 deletions

11
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"
}