mac-screen-capture-permissions icon indicating copy to clipboard operation
mac-screen-capture-permissions copied to clipboard

Check and request permission to capture the screen

Results 7 mac-screen-capture-permissions issues
Sort by recently updated
recently updated
newest added

Bumps [electron](https://github.com/electron/electron) from 23.2.2 to 23.3.13. Release notes Sourced from electron's releases. electron v23.3.13 Release Notes for v23.3.13 End of Support for 23.x.y Electron 23.x.y has reached end-of-support as per...

dependencies

I know that electron-util which used in this library is not support electron >= 14. When I use that, it cause error. Because electron-is-dev which used in electron-util has low...

Hi. Is there a way to support Apple chips like building an universal executable?

npm run build on Windows: • install prebuilt binary name=mac-screen-capture-permissions version=2.0.0 platform=win32 arch=ia32 • build native dependency from sources name=mac-screen-capture-permissions version=2.0.0 platform=win32 arch=ia32 reason=prebuild-install failed with error (run with env...

the function is work perfectly but always give logs `internal/process/warning.js:18 (node:30514) Warning: N-API is an experimental feature and could change at any time.` How to solve it? I know I...

I successfully yarn added this package to my Electron 11 application. However when Typescript is compiling, I see this issue: `Module build failed: Error: no such file or directory, open...

I'm trying to develop an Electron Based screen recording Application. I'm using Electron Forge with webpack and typescript plugins. While all other methods seem to work as mentioned in the...