add file browser component and widget

This commit is contained in:
Timur Gordon
2025-08-05 15:02:23 +02:00
parent 4e43c21b72
commit ba43a82db0
95 changed files with 17840 additions and 423 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "file_browser_widget",
"type": "module",
"description": "WASM widget for embedding the FileBrowser component in web applications",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/herocode/framework"
},
"files": [
"file_browser_widget_bg.wasm",
"file_browser_widget.js",
"file_browser_widget.d.ts"
],
"main": "file_browser_widget.js",
"types": "file_browser_widget.d.ts",
"sideEffects": [
"./snippets/*"
]
}