unvendor: Replace epubjs

This commit is contained in:
Cohee
2024-10-17 01:03:33 +03:00
parent 14037b6e30
commit 553920ee8e
6 changed files with 191 additions and 29 deletions

View File

@@ -9,6 +9,7 @@ import localforage from 'localforage';
import Handlebars from 'handlebars';
import css from '@adobe/css-tools';
import Bowser from 'bowser';
import ePub from 'epubjs';
/**
* Expose the libraries to the 'window' object.
@@ -49,6 +50,7 @@ export default {
Handlebars,
css,
Bowser,
ePub,
};
export {
@@ -59,4 +61,5 @@ export {
Handlebars,
css,
Bowser,
ePub,
};