You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pdf.worker.entry.js 475 B

3 years ago
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');