mirror of
https://github.com/GitFrog1111/badclaude.git
synced 2026-08-09 12:36:06 +02:00
Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const { contextBridge, ipcRenderer } = require('electron');
|
||||
|
||||
contextBridge.exposeInMainWorld('bridge', {
|
||||
whipCrack: () => ipcRenderer.send('whip-crack'),
|
||||
hideOverlay: () => ipcRenderer.send('hide-overlay'),
|
||||
onSpawnWhip: (fn) => ipcRenderer.on('spawn-whip', () => fn()),
|
||||
onDropWhip: (fn) => ipcRenderer.on('drop-whip', () => fn()),
|
||||
});
|
||||
Reference in New Issue
Block a user