I am writing a book in markdown and converting it to pdf and epub using Pandoc. I am wondering if I can embed/view the epub in an HTML page on my GitHub pages website. I came across epub.js, but I am not able to figure out how I can use it on a GitHub pages website without installing it via node. I intend to generate a website for my book for example https://christophm.github.io/interpretable-ml-book/
Any suggestions would be much appreciated. Thank you.