1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #18349 from Snuffleupagus/rm-renderTextLayer

[api-minor] Remove the deprecated `renderTextLayer` and `updateTextLayer` functions (PR 18104 follow-up)
This commit is contained in:
Tim van der Meij 2024-07-02 17:23:54 +02:00 committed by GitHub
commit ccad2f889a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 56 deletions

View file

@ -50,12 +50,10 @@ const {
PermissionFlag,
PixelsPerInch,
RenderingCancelledException,
renderTextLayer,
setLayerDimensions,
shadow,
TextLayer,
UnexpectedResponseException,
updateTextLayer,
Util,
VerbosityLevel,
version,
@ -99,12 +97,10 @@ export {
PermissionFlag,
PixelsPerInch,
RenderingCancelledException,
renderTextLayer,
setLayerDimensions,
shadow,
TextLayer,
UnexpectedResponseException,
updateTextLayer,
Util,
VerbosityLevel,
version,