mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Move the array containing the supported image mime types in display_utils
and make it available for the viewer (it'll be used in the signature UI).
This commit is contained in:
parent
42c2b7b657
commit
2c737bc420
6 changed files with 30 additions and 34 deletions
|
@ -52,6 +52,7 @@ const {
|
|||
setLayerDimensions,
|
||||
shadow,
|
||||
stopEvent,
|
||||
SupportedImageMimeTypes,
|
||||
TextLayer,
|
||||
TouchManager,
|
||||
Util,
|
||||
|
@ -99,6 +100,7 @@ export {
|
|||
setLayerDimensions,
|
||||
shadow,
|
||||
stopEvent,
|
||||
SupportedImageMimeTypes,
|
||||
TextLayer,
|
||||
TouchManager,
|
||||
Util,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue