Merge pull request #16505 from maxired/fix/export-image-kind

export ImageKind
This commit is contained in:
Jonas Jenwald 2023-06-02 09:48:23 +02:00 committed by GitHub
commit 665ff78051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ import {
CMapCompressionType, CMapCompressionType,
createValidAbsoluteUrl, createValidAbsoluteUrl,
FeatureTest, FeatureTest,
ImageKind,
InvalidPDFException, InvalidPDFException,
MissingPDFException, MissingPDFException,
normalizeUnicode, normalizeUnicode,
@ -95,6 +96,7 @@ export {
getPdfFilenameFromUrl, getPdfFilenameFromUrl,
getXfaPageViewport, getXfaPageViewport,
GlobalWorkerOptions, GlobalWorkerOptions,
ImageKind,
InvalidPDFException, InvalidPDFException,
isDataScheme, isDataScheme,
isPdfFile, isPdfFile,