You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught (in promise) RangeError: Invalid typed array length: 2687565824
at new Uint8Array (<anonymous>)
at new UnicodeTrie (index.js?ed47:87)
at Object.eval (index.js?4b72:6872)
at eval (index.js:14940)
at Object../node_modules/fontkit/index.js (8.index.js:1375)
at __webpack_require__ (index.js:770)
at fn (index.js:130)
at Object.eval (pdfkit.js?20a6:7)
at eval (pdfkit.js:5583)
at Object../node_modules/pdfkit/js/pdfkit.js (8.index.js:1643)
My semi-fork/rewrite has a re-written "generate" (loosely based on grapheme-breaker-mjs) that is more efficient and robust. It handles Unicode 13 in a fraction of a second. It only supports the properties I need (for the DomTerm terminal emulator) but it should be straight-forward to extend it for more properties.
webpack config:
dynamically importing pdf kit and blob stream:
The text was updated successfully, but these errors were encountered: