f3d 3.3.0-RC6 → 3.3.0-nightly.20251111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -0
- package/README.md +6 -6
- package/dist/f3d.d.ts +401 -0
- package/dist/f3d.js +1 -1
- package/dist/f3d.wasm +0 -0
- package/package.json +4 -3
package/dist/f3d.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "f3d",
|
|
3
|
-
"version": "3.3.0-
|
|
3
|
+
"version": "3.3.0-nightly.20251111",
|
|
4
4
|
"description": "Fast and minimalist 3D viewer framework",
|
|
5
5
|
"exports": "./dist/f3d.js",
|
|
6
|
+
"types": "./dist/f3d.d.ts",
|
|
6
7
|
"files": [
|
|
7
8
|
"./dist/f3d.*"
|
|
8
9
|
],
|
|
@@ -24,9 +25,9 @@
|
|
|
24
25
|
"vtk",
|
|
25
26
|
"stl"
|
|
26
27
|
],
|
|
27
|
-
"author": "
|
|
28
|
+
"author": "F3D-APP Foundation",
|
|
28
29
|
"license": "BSD-3-Clause",
|
|
29
30
|
"bugs": "https://github.com/f3d-app/f3d/issues",
|
|
30
|
-
"funding": "https://
|
|
31
|
+
"funding": "https://f3d.app/thanks/",
|
|
31
32
|
"homepage": "https://f3d.app"
|
|
32
33
|
}
|