[feat] charajs apis
This commit is contained in:
@@ -4,6 +4,7 @@ import App from "./App.svelte";
|
||||
import { loadData } from "./ts/storage/globalApi";
|
||||
import { initHotkey } from "./ts/hotkey";
|
||||
import { polyfill } from "./ts/polyfill";
|
||||
import { watchParamButton } from "./ts/plugins/embedscript";
|
||||
|
||||
polyfill()
|
||||
|
||||
@@ -13,4 +14,5 @@ const app = new App({
|
||||
|
||||
loadData()
|
||||
initHotkey()
|
||||
watchParamButton()
|
||||
export default app;
|
||||
Reference in New Issue
Block a user