Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

pdf.worker.entry.js 475 B

před 3 roky
1234567891011
  1. "use strict";
  2. /**
  3. * PDF.js Worker entry file.
  4. *
  5. * This file is identical to Mozilla's pdf.worker.entry.js, with one exception being placed inside
  6. * this bundle, not theirs. This file can be safely removed and replaced with Mozilla's after the
  7. * issue mentioned below has been resolved on Parcel's side.
  8. * See: https://github.com/parcel-bundler/parcel/issues/670
  9. */
  10. (typeof window !== 'undefined' ? window : {}).pdfjsWorker = require('pdfjs-dist/build/pdf.worker.js');