readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
549 stars 186 forks source link

How i integrate readium-js-viewer in electron? #735

Open Krishna-Vyas opened 4 years ago

Krishna-Vyas commented 4 years ago

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

llemeurfr commented 4 years ago

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.

danielweck commented 4 years ago

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.

Krishna-Vyas commented 4 years ago

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

danielweck commented 4 years ago

just be clear: I am not recommending it :)