plugins update, added explore plugins

This commit is contained in:
booploops 2022-03-08 17:10:36 -08:00
parent a492209256
commit ae4dbb4a9a
8 changed files with 140 additions and 20 deletions

View file

@ -86,6 +86,10 @@ export class utils {
return bw.win
}
static loadPluginFrontend(path: string): void {
}
static loadJSFrontend(path: string): void {
bw.win.webContents.executeJavaScript(fs.readFileSync(path, "utf8"));
}