toHex polyfill

This commit is contained in:
2026-07-06 09:42:15 +02:00
parent 54d4dc9545
commit 6386326473
5 changed files with 35 additions and 12 deletions

2
src/pdf/pdfjsWorker.ts Normal file
View File

@@ -0,0 +1,2 @@
import './uint8ArrayToHexPolyfill';
import 'pdfjs-dist/legacy/build/pdf.worker.mjs';