Open ffknob opened 4 years ago
Try using a headless browser preferably https://github.com/puppeteer/puppeteer and render your epub there
Yes, I'm using it in a Node.js (Electron) desktop application; see https://github.com/mcthulhu/jorkens. It took a bit of trial and error to get it working in Electron, but it seems to be running well now and I'm starting to add functionality.
Hi there
I'd just would like to ask if the lib is compatible with Node.js.
This:
Results in:
XMLHttpRequest is not defined
Which makes sense, since we are not in the brwoser context.
So, what should I do in order to use the lib in the backend with Node.js?
Thank you!