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

应该没有问题了,https://github.com/nashaofu/screenshots/commit/899e22ffd68bf04239bb34f987b99e8e969dcbcf _Originally posted by @nashaofu in https://github.com/nashaofu/screenshots/issues/145#issuecomment-1157813091_ 第一次截图之后,程序坞还是隐藏,第二次截图又能正常 Mac环境

如题,当前截屏保存文件默认名称为时间戳:`20220809095256114.png`。 希望能够新增自定义文件名配置。

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Describe the bug** 使用了 singleWindow: true, 之后,退出程序的时候报错 **To Reproduce** 程序坞上右键点击软件图标,然后退出 **Versions (please complete the following information):** - OS: 10.14 - Electron 18.3 - electron-screenshots 0.5.8

### 是否可以支持应用在屏幕1,但是可以到屏幕2去截屏? 版本0.4.4 目前mac 下并不支持在非应用所在屏截屏

**Describe the bug** 0.5.2版本没这个问题的 下面是在vscode中启动debug时报的错。打包成exe后报一样的错误。 把 node-screenshots等3个,加入到 node-screenshots, asarUnpacked里面也没用。(用的electron-builder) windows,linux都存在该错误。 看起来和你升级 node-screenshots 有关系。 ~~~ - Bundling main process... WARNING Compiled with 26 warnings18:33:12 warning in ./node_modules/node-screenshots/index.js Module not found: Error:...

0.4.3的截图速度很快,几乎没有太多延迟 0.5.1的截图速度又回到从前了

https://github.com/nashaofu/screenshots/blob/8aac49fe094f388a9e3ffabf6746a9160af8ab98/packages/electron-screenshots/src/screenshots.ts#L48 ~~~ ipcMain.once('SCREENSHOTS::CAPTURED', () => { if (!this.$win) return // linux截图存在黑屏,这里设置为false就不会出现这个问题 this.$win.setFullScreen(true) this.$win.show() this.$win.focus() }) } ~~~ **_// linux截图存在黑屏,这里设置为false就不会出现这个问题_** Is this problem caused by wrong-behaved invocation of desktopCapturer.getSources() ? if...

版本 v0.4.3 系统 MacOS 12.3.1 electron 15.0.0 主进程快捷键注册 刚开始是可以调出来,当空闲几分钟使用快捷键调出来需要很长时间。

如题,在Linux下,arm平台, 获取到source.toDataURL() 的值为base64的图片字符串,是有值的,但显示出来就是全为黑色。又遇到的么,盼解决。