mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
[api-minor] Produce non-translated/non-polyfilled builds by default
This commit is contained in:
parent
cd3f2d49e6
commit
c97c778f8f
9 changed files with 177 additions and 99 deletions
|
@ -48,7 +48,7 @@ NodeCanvasFactory.prototype = {
|
|||
},
|
||||
};
|
||||
|
||||
var pdfjsLib = require("pdfjs-dist");
|
||||
var pdfjsLib = require("pdfjs-dist/es5/build/pdf.js");
|
||||
|
||||
// Relative path of the PDF file.
|
||||
var pdfURL = "../../../web/compressed.tracemonkey-pldi-09.pdf";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue