mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace epubjs
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user