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
|
@ -8,7 +8,7 @@
|
|||
//
|
||||
|
||||
// Run `gulp dist-install` to generate 'pdfjs-dist' npm package files.
|
||||
var pdfjsLib = require("pdfjs-dist");
|
||||
var pdfjsLib = require("pdfjs-dist/es5/build/pdf.js");
|
||||
|
||||
// Loading file from file system into typed array
|
||||
var pdfPath = process.argv[2] || "../../web/compressed.tracemonkey-pldi-09.pdf";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue