1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #18951 from Snuffleupagus/CMap-isCompressed

[api-minor] Remove the `CMapCompressionType` enumeration
This commit is contained in:
Tim van der Meij 2024-10-27 14:42:00 +01:00 committed by GitHub
commit 5418060bbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 38 deletions

View file

@ -18,7 +18,6 @@ import {
AnnotationEditorParamsType,
AnnotationEditorType,
AnnotationMode,
CMapCompressionType,
createValidAbsoluteUrl,
FeatureTest,
ImageKind,
@ -74,7 +73,6 @@ const expectedAPI = Object.freeze({
AnnotationLayer,
AnnotationMode,
build,
CMapCompressionType,
ColorPicker,
createValidAbsoluteUrl,
DOMSVGFactory,