med-notes/.pnpm-store/v10/files/69/1313760e4488121280220d8d357d766d24452fad73ffc54597a06fc2600986b1fed772e5ecddd00c06c263859564f125e56dbbe56827ab6229aa5cd7a4c58a
2025-05-09 05:30:08 +02:00

11 lines
353 B
Plaintext

/**
* PDF.js worker entry file.
*
* This file is identical to Mozilla's pdf.worker.entry.js, with one exception being placed inside
* this bundle, not theirs.
*/
(typeof window !== 'undefined' ? window : {}).pdfjsWorker =
// @ts-expect-error - pdfjs-dist does not ship with types
await import('pdfjs-dist/build/pdf.worker.mjs');
export {};