Skip to main content
Tweeted twitter.com/StackSoftEng/status/1193362813911257089
Question Protected by gnat
added 84 characters in body; edited title
Source Link
Arseni Mourzenko
  • 139.5k
  • 32
  • 360
  • 544

How can I implement a Epub Readeran EPUB reader in JavascriptJavaScript?

I'm wondering if I can create a epuban EPUB (free and open e-book standard) reader in javascriptJavaScript. The basic requirements would be:

  1. Server parts of the epubEPUB reader from a server API.
  2. Read the EPUB data in javascriptJavaScript.
  3. Render it on page.
  4. Provide some extra functionality, like text highlights or page notes.

I have no information about how I could do this. I'm willing to try a prototype project. What are the steps that I could take towards implementing such a thing?

How can I implement a Epub Reader in Javascript

I'm wondering if I can create a epub reader in javascript. The basic requirements would be:

  1. Server parts of the epub reader from a server API.
  2. Read the EPUB data in javascript.
  3. Render it on page.
  4. Provide some extra functionality, like text highlights or page notes.

I have no information about how I could do this. I'm willing to try a prototype project. What are the steps that I could take towards implementing such a thing?

How can I implement an EPUB reader in JavaScript?

I'm wondering if I can create an EPUB (free and open e-book standard) reader in JavaScript. The basic requirements would be:

  1. Server parts of the EPUB reader from a server API.
  2. Read the EPUB data in JavaScript.
  3. Render it on page.
  4. Provide some extra functionality, like text highlights or page notes.

I have no information about how I could do this. I'm willing to try a prototype project. What are the steps that I could take towards implementing such a thing?

Source Link
Vlad Nicula
  • 279
  • 1
  • 3
  • 6

How can I implement a Epub Reader in Javascript

I'm wondering if I can create a epub reader in javascript. The basic requirements would be:

  1. Server parts of the epub reader from a server API.
  2. Read the EPUB data in javascript.
  3. Render it on page.
  4. Provide some extra functionality, like text highlights or page notes.

I have no information about how I could do this. I'm willing to try a prototype project. What are the steps that I could take towards implementing such a thing?