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

Fix vite building with top level await #14

Closed DanielArnould closed 1 month ago

DanielArnould commented 1 month ago

Awaiting import seems to break usability with Vite, so just using this dirty fix for now. Hopefully completes #8 .