epub.js
epub.js copied to clipboard
Angular
How to use the library in angular? please help me!
what do you mean by use the library?
how to use ebub.js in angular?
Hey @AhmadNasary have you got the answer?
Use npm install epubjs
or
Add epub.min.js to the scripts sections at angular.json
Declare and object and and use it.
declare let ePub: any;
...
const book = ePub(url || "https://s3.amazonaws.com/moby-dick/moby-dick.epub");
please send me all implementation code!
Hey @AhmadNasary have you got the answer?
No! you can see any thing about epub.js implementation in angular
No! you can see any thing about epub.js implementation in angular
epub is a pure javascript library, use it in the same way than any other javascript library.