readium-js-viewer
readium-js-viewer copied to clipboard
How i integrate readium-js-viewer in electron?
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
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.
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.
Thank for feature electron recommendation. I'll definitely try this.
just be clear: I am not recommending it :)