mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-21 17:16:20 -07:00
- Add the Ctrl+Alt+A shortcut and dedicated overlay modal - Share queue, sources, and watch history while isolating browser state
5 lines
213 B
TypeScript
5 lines
213 B
TypeScript
import { contextBridge, ipcRenderer } from 'electron';
|
|
import { createAnimeBrowserAPI } from './preload-anime-browser-api';
|
|
|
|
contextBridge.exposeInMainWorld('animeBrowserAPI', createAnimeBrowserAPI(ipcRenderer));
|