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