@thi.ng/webgl-msdf 2.1.40 → 2.1.41
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/CHANGELOG.md +1 -1
- package/convert.d.ts +2 -3
- package/convert.js +2 -3
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/convert.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import type { MSDFFont, RawGlyphs } from "./api.js";
|
|
2
2
|
/**
|
|
3
3
|
* Takes a JSON spec produced by the MSDF font generator at
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* this module.
|
|
4
|
+
* https://github.com/donmccurdy/msdf-bmfont-web and transforms it into a
|
|
5
|
+
* filtered, more compact glyph spec used by the functions of this module.
|
|
7
6
|
*
|
|
8
7
|
* @param raw -
|
|
9
8
|
*/
|
package/convert.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Takes a JSON spec produced by the MSDF font generator at
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* this module.
|
|
3
|
+
* https://github.com/donmccurdy/msdf-bmfont-web and transforms it into a
|
|
4
|
+
* filtered, more compact glyph spec used by the functions of this module.
|
|
6
5
|
*
|
|
7
6
|
* @param raw -
|
|
8
7
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl-msdf",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.41",
|
|
4
4
|
"description": "Multi-channel SDF font rendering & basic text layout for WebGL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.6.
|
|
38
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
39
|
-
"@thi.ng/transducers": "^8.3.
|
|
40
|
-
"@thi.ng/vector-pools": "^3.1.
|
|
41
|
-
"@thi.ng/vectors": "^7.5.
|
|
42
|
-
"@thi.ng/webgl": "^6.2.
|
|
37
|
+
"@thi.ng/api": "^8.6.1",
|
|
38
|
+
"@thi.ng/shader-ast": "^0.12.34",
|
|
39
|
+
"@thi.ng/transducers": "^8.3.27",
|
|
40
|
+
"@thi.ng/vector-pools": "^3.1.38",
|
|
41
|
+
"@thi.ng/vectors": "^7.5.28",
|
|
42
|
+
"@thi.ng/webgl": "^6.2.18"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.33.7",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"parent": "@thi.ng/webgl",
|
|
95
95
|
"year": 2019
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
|
|
98
98
|
}
|