1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00
pdf.js/examples/browserify/worker.js

8 lines
263 B
JavaScript
Raw Normal View History

2016-04-04 11:32:01 -05:00
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Hello world example for browserify: worker bundle.
(typeof window !== 'undefined' ? window : {}).pdfjsWorker =
2016-04-04 11:32:01 -05:00
require('pdfjs-dist/build/pdf.worker');