mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
JS -- Add 'util' object
This patch provides an implementation of the util object as described: * https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf#page=716
This commit is contained in:
parent
47b3b39a88
commit
f69e848b1c
5 changed files with 652 additions and 1 deletions
|
@ -1273,7 +1273,7 @@ function buildLib(defines, dir) {
|
|||
return merge([
|
||||
gulp.src(
|
||||
[
|
||||
"src/{core,display,shared}/*.js",
|
||||
"src/{core,display,scripting_api,shared}/*.js",
|
||||
"!src/shared/{cffStandardStrings,fonts_utils}.js",
|
||||
"src/{pdf,pdf.worker}.js",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue