UNPKG

react-pdf

Version:

Display PDFs in your React app as easily as if they were images.

9 lines (8 loc) 281 B
"use strict"; /** * 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 = require('pdfjs-dist/build/pdf.worker');