1
0
Fork 0
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:
Calixte Denizet 2025-01-30 15:14:29 +01:00
parent 42c2b7b657
commit 2c737bc420
6 changed files with 30 additions and 34 deletions

View file

@ -52,6 +52,7 @@ const {
setLayerDimensions,
shadow,
stopEvent,
SupportedImageMimeTypes,
TextLayer,
TouchManager,
Util,
@ -99,6 +100,7 @@ export {
setLayerDimensions,
shadow,
stopEvent,
SupportedImageMimeTypes,
TextLayer,
TouchManager,
Util,