DanielArnould / react-pdf-highlighter-extended

📄 Set of modern React components for PDF highlighting
https://danielarnould.github.io/react-pdf-highlighter-extended/example-app/
MIT License
43 stars 16 forks source link

Update to PDF.js 4.4.168 #13

Closed DanielArnould closed 1 month ago

DanielArnould commented 1 month ago

Thanks to the hard work of PDF.js contributors, text flickering seems mostly resolved in the latest version (https://github.com/mozilla/pdf.js/pull/17923). With that, I'm comfortable updating to resolve the high severity vulnerability on older versions (#8.)

This does introduce some weird import behaviour (https://github.com/mozilla/pdf.js/issues/17228), but I'm happy solving this with a top-level await for now.