basic skeleton for epub reader
This commit is contained in:
committed by
Daniyar Itegulov
parent
1e269f2b27
commit
8478b0ed56
@@ -102,6 +102,11 @@ _define('jellyfin-noto', function () {
|
||||
return noto;
|
||||
});
|
||||
|
||||
var epubjs = require('epubjs');
|
||||
_define('epubjs', function () {
|
||||
return epubjs;
|
||||
});
|
||||
|
||||
// page.js
|
||||
var page = require('page');
|
||||
_define('page', function() {
|
||||
|
||||
Reference in New Issue
Block a user