mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Metadata parsing/serialization
This commit is contained in:
parent
32eb64389e
commit
20dd225e40
6 changed files with 113 additions and 1 deletions
3
make.js
3
make.js
|
@ -97,7 +97,8 @@ target.bundle = function() {
|
|||
'worker.js',
|
||||
'../external/jpgjs/jpg.js',
|
||||
'jpx.js',
|
||||
'bidi.js'];
|
||||
'bidi.js',
|
||||
'metadata-js'];
|
||||
|
||||
if (!exists(BUILD_DIR))
|
||||
mkdir(BUILD_DIR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue