wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
8.97k stars 861 forks source link

TextLayer.css file is not updated #1833

Open hrachqyutukyan opened 2 weeks ago

hrachqyutukyan commented 2 weeks ago

Before you start - checklist

Description

There is new canvas element added in v9.0.0 which has class 'hiddenCanvasElement', but there is not 'hiddenCanvasElement' class in file /dist/Page/TextLayer.css. (you have added this class in this file in your repo files).

Steps to reproduce

open react-pdf in node modules.

go to dist/cjs/Page/TextLayer.css

search hiddenCanvasElement

Expected behavior

It must be hiddenCanvasElement in TextLayer.css

Actual behavior

There is not hiddenCanvasElement in TextLayer.css

Additional information

No response

Environment