@mlightcad/mtext-renderer 0.10.10 → 0.10.11
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/dist/index.js +1 -0
- package/dist/index.umd.cjs +6 -6
- package/lib/index.d.ts +1 -0
- package/lib/shxParser.d.ts +9 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25752,6 +25752,7 @@ export {
|
|
|
25752
25752
|
Nr as MTextToken,
|
|
25753
25753
|
sf as MainThreadRenderer,
|
|
25754
25754
|
tr as STACK_DIVIDER_CHAR,
|
|
25755
|
+
il as ShxParserFont,
|
|
25755
25756
|
Pr as TextScanner,
|
|
25756
25757
|
Z as TokenType,
|
|
25757
25758
|
lf as UnifiedRenderer,
|