InitialCommit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const { contextBridge, ipcRenderer } = require('electron');
|
||||
|
||||
contextBridge.exposeInMainWorld("api",{
|
||||
func: (params)=>ipcRenderer.send("call",params)
|
||||
})
|
||||
Reference in New Issue
Block a user