desktop-capturer.ts 191 B

12345
  1. import { getSourcesImpl } from '@electron/internal/browser/desktop-capturer';
  2. export async function getSources (options: Electron.SourcesOptions) {
  3. return getSourcesImpl(null, options);
  4. }