screenshots icon indicating copy to clipboard operation
screenshots copied to clipboard

A screenshot plugin for electron and react

Results 51 screenshots issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/38432260/135215260-3e6b17ae-451c-4963-9418-fb77cd9a1044.png) 可以感受一下这个截图。

#### 思路 获取所有屏幕的最大宽高,然后在讲electron窗口设置为这个宽高 获取每一个显示器的位置,截取屏幕,然后根据位置在electron窗口中画出来 然后截取这个Electron窗口的图片,以此来进行截图(或者直接拼接成一张图片亦可) // 以下为主进程代码 ``` typescript import { screen, Rectangle, DesktopCapturerSource } from 'electron' export interface Point { x: number, y: number } export interface Shape {...

state of the image while we click onOk is not cleared to clear that we have to refresh the page manually and was it possible to enable touch based drawing..?

开始截图时其他应用的窗口、程序坞都被关闭了,这个是什么原因,可以做到不关闭吗

在electron环境下,windows端,点击截图,整个窗口会先进行一次晃动。 如下面的视频: https://user-images.githubusercontent.com/7778864/186395988-4a257c23-0af4-45e5-951b-3765cdcfe528.mp4

**Describe the bug** 在win7上使用desktopCapturer.getSources,获得参数如下: [{"name":"Screen 1","id":"screen:0:0","thumbnail":{"isMacTemplateImage":false},"display_id":"","appIcon":null},{"name":"Screen 2","id":"screen:1:0","thumbnail":{"isMacTemplateImage":false},"display_id":"","appIcon":null}] display_id一项为空,且id这项也不包含displayID,这是Electron自身问题,参考 https://github.com/electron/electron/issues/15111 造成影响是在win7双屏情况下,切换主副屏或调整屏幕位置,截图会有问题 针对这个问题,大佬有什么好的解决思路吗

"issues": [ { "severity": "error", "code": null, "path": "xxxx/Contents/Resources/app/node_modules/node-screenshots/.yarn/cache/fsevents-npm-2.3.2-a881d6ac9f-97ade64e75.zip/node_modules/fsevents/fsevents.node", "message": "The binary is not signed.", "docUrl": null, "architecture": "x86_64" }, { "severity": "error", "code": null, "path": "xxxx//Contents/Resources/app/node_modules/node-screenshots/.yarn/cache/fsevents-npm-2.3.2-a881d6ac9f-97ade64e75.zip/node_modules/fsevents/fsevents.node", "message": "The signature...

**Describe the bug** 截图后会始终存在一个 Renderer 进程得不到释放,设置了 `singleWindow: false` ,和执行了 `screenshots.endCapture();` 都无效 **Versions (please complete the following information):** - OS: MacOS - Electron 26 - electron-screenshots 0.5.26

vue3 + vite electron 11.5.0 electron-screenshots: 0.5.19 控制台也没输出报错~ 打包到linux arm是否对版本或者配置有什么特殊要求~