您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

11 行
475 B

  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');