ionic-epubjs
ionic-epubjs copied to clipboard
Get all books from /assets/books and make HomePage dynamic
Right now the list of books is hardcoded in home.ts. This coul also read the content of assets/books
and dynamically generate the list of available books.
(Biggest "problem" would be to generate the names of the books I think, especially as right now the HomePage contains "debug" information if it is an unpacked epub or a .epub file)
#33 would probably be helpful to get book and author name at least.