ionic-epubjs icon indicating copy to clipboard operation
ionic-epubjs copied to clipboard

Use book metadata

Open janpio opened this issue 7 years ago • 0 comments

Book.getMetadata().then(function(meta){
  document.title = meta.bookTitle+" – "+meta.creator; 
});

From view-source:http://futurepress.github.io/epub.js/examples/promises.html

Where could we use this metadata?

janpio avatar Jul 19 '17 19:07 janpio