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

Switched arxiv link format #12

Closed DanielArnould closed 1 month ago

DanielArnould commented 1 month ago

arxiv doesn't seem to support CORS on file links like https://arxiv.org/pdf/2203.11115.pdf, but switching to https://arxiv.org/pdf/2203.11115 works :). Hopefully fixes issue #9.