mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace seedrandom
This commit is contained in:
@@ -17,6 +17,7 @@ import { isProbablyReaderable, Readability } from '@mozilla/readability';
|
||||
import SVGInject from '@iconfu/svg-inject';
|
||||
import showdown from 'showdown';
|
||||
import moment from 'moment';
|
||||
import seedrandom from 'seedrandom';
|
||||
|
||||
/**
|
||||
* Expose the libraries to the 'window' object.
|
||||
@@ -82,6 +83,7 @@ export default {
|
||||
SVGInject,
|
||||
showdown,
|
||||
moment,
|
||||
seedrandom,
|
||||
};
|
||||
|
||||
export {
|
||||
@@ -101,4 +103,5 @@ export {
|
||||
SVGInject,
|
||||
showdown,
|
||||
moment,
|
||||
seedrandom,
|
||||
};
|
||||
|
Reference in New Issue
Block a user