79505608

Date: 2025-03-13 06:47:05
Score: 1
Natty:
Report link
import * as pdfjsLib from "pdfjs-dist/legacy/build/pdf";
pdfjsLib.GlobalWorkerOptions.workerSrc = new URL(
   "pdfjs-dist/build/pdf.worker.min.mjs",
    import.meta.url
).toString();

I am currently working with pdfjs-dist, and this did the trick for me

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manu