1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Initial JBIG2 code

This commit is contained in:
Yury Delendik 2012-06-16 15:15:42 -05:00
parent 2aae4fd001
commit 95bc99f698
5 changed files with 561 additions and 1 deletions

View file

@ -24,6 +24,7 @@ var files = [
'stream.js',
'worker.js',
'jpx.js',
'jbig2.js',
'bidi.js',
'../external/jpgjs/jpg.js'
];