[feat] charajs apis

This commit is contained in:
kwaroran
2023-11-08 16:33:53 +09:00
parent c31f3dffe6
commit 406c2fc3c1
7 changed files with 359 additions and 31 deletions

View File

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