three-text 0.4.9 → 0.4.10
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_THIRD_PARTY +8 -4
- package/README.md +1 -1
- package/dist/index.cjs +52 -108
- package/dist/index.js +52 -108
- package/dist/index.min.cjs +1051 -839
- package/dist/index.min.js +1048 -836
- package/dist/index.umd.js +52 -108
- package/dist/index.umd.min.js +1051 -839
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "three-text",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
4
4
|
"description": "3D mesh font geometry and text layout engine for the web",
|
|
5
5
|
"main": "dist/three/index.cjs",
|
|
6
6
|
"module": "dist/three/index.js",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"harfbuzzjs": "^0.4.15",
|
|
111
|
-
"libtess": "^
|
|
112
|
-
"woff-lib": "^0.0.
|
|
111
|
+
"libtess-ts": "^0.0.1",
|
|
112
|
+
"woff-lib": "^0.0.3"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
115
|
"@react-three/fiber": ">=8.0.0",
|
|
@@ -118,7 +118,6 @@
|
|
|
118
118
|
"@rollup/plugin-replace": "^6.0.2",
|
|
119
119
|
"@rollup/plugin-terser": "^0.4.0",
|
|
120
120
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
121
|
-
"@types/libtess": "^1.2.0",
|
|
122
121
|
"@types/react": ">=17.0.0",
|
|
123
122
|
"@types/three": ">=0.175.0",
|
|
124
123
|
"@webgpu/types": "^0.1.64",
|