mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
523201bb18
11 changed files with 392 additions and 58 deletions
|
@ -95,6 +95,11 @@ _define('epubjs', function () {
|
|||
return epubjs;
|
||||
});
|
||||
|
||||
const pdfjs = require('pdfjs-dist/build/pdf');
|
||||
_define('pdfjs', function () {
|
||||
return pdfjs;
|
||||
});
|
||||
|
||||
// page.js
|
||||
const page = require('page');
|
||||
_define('page', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue