diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index 2591c14..af8513c 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -9,6 +9,8 @@ This way works by loading this file `pdfjs-dist/build/pdf.js` after you install #### With webpack/browserify +If you use webpack or browserify there is an easy way to require the files: + var pdf = require('pdfjs-dist/build/pdf'); var pdfWorker = require('pdfjs-dist/build/pdf.worker'); // Still figuring out how to use with worker.