File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 25
25
< script type ="text/javascript " src ="../../src/worker.js "> </ script >
26
26
< script type ="text/javascript " src ="../../external/jpgjs/jpg.js "> </ script >
27
27
< script type ="text/javascript " src ="../../src/jpx.js "> </ script >
28
+ < script type ="text/javascript " src ="../../src/jbig2.js "> </ script >
28
29
29
30
< script type ="text/javascript ">
30
31
// Specify the main script used to create a new PDF.JS web worker.
Original file line number Diff line number Diff line change 25
25
< script type ="text/javascript " src ="../../src/worker.js "> </ script >
26
26
< script type ="text/javascript " src ="../../external/jpgjs/jpg.js "> </ script >
27
27
< script type ="text/javascript " src ="../../src/jpx.js "> </ script >
28
+ < script type ="text/javascript " src ="../../src/jbig2.js "> </ script >
28
29
29
30
< script type ="text/javascript ">
30
31
// Specify the main script used to create a new PDF.JS web worker.
Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ target.bundle = function() {
166
166
'worker.js' ,
167
167
'../external/jpgjs/jpg.js' ,
168
168
'jpx.js' ,
169
+ 'jbig2.js' ,
169
170
'bidi.js' ,
170
171
'metadata.js' ] ;
171
172
You can’t perform that action at this time.
0 commit comments