janpio / ionic-epubjs

Ionic 3 app using Epub.js
https://janpio.github.io/ionic-epubjs/
31 stars 20 forks source link

Use book metadata #33

Open janpio opened 6 years ago

janpio commented 6 years ago
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?