three-stdlib 2.26.5 → 2.26.7
Sign up to get free protection for your applications and to get access to all the features.
- package/index.cjs +523 -5
- package/index.cjs.map +1 -1
- package/index.js +523 -5
- package/index.js.map +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "three-stdlib",
|
3
|
-
"version": "2.26.
|
3
|
+
"version": "2.26.7",
|
4
4
|
"description": "stand-alone library of threejs examples",
|
5
5
|
"keywords": [
|
6
6
|
"three",
|
@@ -55,7 +55,6 @@
|
|
55
55
|
"fflate": "^0.6.9",
|
56
56
|
"ktx-parse": "^0.4.5",
|
57
57
|
"mmd-parser": "^1.0.4",
|
58
|
-
"opentype.js": "^1.3.3",
|
59
58
|
"potpack": "^1.0.1",
|
60
59
|
"zstddec": "^0.0.2"
|
61
60
|
},
|