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

This commit is contained in:
a.kudelko
2025-06-06 10:24:16 +00:00
parent 2c1478dc13
commit 983bf0fde6
5 changed files with 410 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "hublib",
"type": "module",
"version": "0.1.0",
"files": [
"hublib_bg.wasm",
"hublib.js",
"hublib.d.ts"
],
"main": "hublib.js",
"types": "hublib.d.ts",
"sideEffects": [
"./snippets/*"
]
}