mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
7 lines
309 B
HTML
7 lines
309 B
HTML
<!-- This snippet is used in production, see Makefile -->
|
|
<script type="text/javascript" src="../build/pdf.js"></script>
|
|
<script type="text/javascript">
|
|
// This specifies the location of the pdf.js file. This is necessary to
|
|
// spawn the web worker.
|
|
var PDFJS_WORKER_FILE = "../build/pdf.js";
|
|
</script>
|