mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #10167 from Snuffleupagus/pdfjsLib-more-exports
Export `CMapCompressionType` and `PermissionFlag` on the `pdfjsLib` object (issue 10148, PR 10033 follow-up)
This commit is contained in:
commit
e63e2ef85e
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ exports.InvalidPDFException = pdfjsSharedUtil.InvalidPDFException;
|
|||
exports.MissingPDFException = pdfjsSharedUtil.MissingPDFException;
|
||||
exports.SVGGraphics = pdfjsDisplaySVG.SVGGraphics;
|
||||
exports.NativeImageDecoding = pdfjsSharedUtil.NativeImageDecoding;
|
||||
exports.CMapCompressionType = pdfjsSharedUtil.CMapCompressionType;
|
||||
exports.PermissionFlag = pdfjsSharedUtil.PermissionFlag;
|
||||
exports.UnexpectedResponseException =
|
||||
pdfjsSharedUtil.UnexpectedResponseException;
|
||||
exports.OPS = pdfjsSharedUtil.OPS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue