unvendor: Replace seedrandom

This commit is contained in:
Cohee
2024-10-17 02:19:47 +03:00
parent 81bdeb6da8
commit e1694ede9d
8 changed files with 15 additions and 8 deletions

View File

@@ -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,
};