readium-js-viewer icon indicating copy to clipboard operation
readium-js-viewer copied to clipboard

How i integrate readium-js-viewer in electron?

Open Krishna-Vyas opened this issue 5 years ago • 4 comments

I have built readium-js on windows I need to integrate readium-js-viewer in electron. I have tried chrome-app extension and cloud-reader code both in electron. But there are some bugs like storage issues. Readium-js-viewer source code uses AMD.js. So i have confusion whether this code is compatible with electron or not. So Please tell me, Is there any solution for integrating readium-js in electron? How i integrate it?

This issue is a Question

Product

  • Hybrid app (ReadiumJS)
    • Electron

Krishna-Vyas avatar Apr 28 '20 12:04 Krishna-Vyas

If you want to integrate reading in Electron, the readium-desktop project is what you need, not readium-js which is meant for pure web usage.

llemeurfr avatar Apr 28 '20 12:04 llemeurfr

Laurent is right to point to the readium-desktop project, as the readium-js-viewer open source repository as well as all its associated dependencies, like readium-js, readium-shared-js, readium-cfi-js are not actively maintained anymore.

For the sake of completion, there is a VERY old branch with an Electron experiment: https://github.com/readium/readium-js-viewer/tree/feature/electron I would not recommend it at all, but I just wanted to explain what it is.

danielweck avatar Apr 30 '20 09:04 danielweck

Thank for feature electron recommendation. I'll definitely try this.

Krishna-Vyas avatar Apr 30 '20 10:04 Krishna-Vyas

just be clear: I am not recommending it :)

danielweck avatar Apr 30 '20 10:04 danielweck