Open warpdesign opened 7 months ago
@warpdesign Try to use the latest version: https://github.com/cyntler/react-doc-viewer/releases/tag/v1.15.0
@warpdesign Try to use the latest version: https://github.com/cyntler/react-doc-viewer/releases/tag/v1.15.0
I'm trying to use the latest version (1.16.5), but it's still using external urls, maybe I'm doing something wrong?
I am attempting to use react-doc-viewer with an Electron application. When trying to view a pdf document, it fails and I see this warning in the console:
Is there a way to not rely on external url for the pdf worker? There is no way my app will download random some js from an external url (and it does even require an internet connection).
I saw this issue but it has been closed without much explanation.