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

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.2 to 4.2.3. Changelog Sourced from vite's changelog. 4.2.3 (2023-05-26) fix: fs.deny with leading double slash (#13348) (293213b), closes #13348 Commits 3ac6e91 release: v4.2.3 293213b fix: fs.deny...

dependencies

能不能增加点击截图的时候 自动选中当前窗口 类似微信QQ截图都是默认截图大小为当前焦点窗口

目前文档上推荐esc取消截图方案为下述代码,但一旦使用globalShortcut,如果需要在其他页面上使用mousetrap捕捉esc事件就办法了。 需求:提供esc取消截图只在开始截图后才生效。 或者暴露更多screenshots的事件,我们在开始时注册globalShortcut,关闭时取消注册,目前只有ok、cancel、save 三个事件没办法做到上述需求 globalShortcut.register('esc', () => { if (screenshots.$win?.isFocused()) { screenshots.endCapture() } })

electron 上我使用 electron-builder 打了一个 universal 的包, `"target": { "target": "dmg", "arch": "universal" }` 打包的时候报了如下的错: `have the same architectures (arm64) and can't be in the same fat output file`. 我看报错的是跟 `node-screenshots`...

bug

mac截图报如下错误,看起来是没有打开内存的权限 NodeScreenshots capture() error "Error: dlopen(/var/folders/0d/1x0035z50xbdd4djrjn7gbbw0000gn/T/.com.akey.me.mixiaomeng.Z7b2W8, 0x0001): tried: '/var/folders/0d/1x0035z50xbdd4djrjn7gbbw0000gn/T/.com.akey.me.mixiaomeng.Z7b2W8' (code signature in '/private/var/folders/0d/1x0035z50xbdd4djrjn7gbbw0000gn/T/.com.akey.me.mixiaomeng.Z7b2W8' not valid for use in process: mapped file has no Team ID and is not a platform...

bug

"electron":"^21.2.1" "electron-screenshots": "^0.5.13" ┏ Main ----------------------- 2022-11-02 16:56:53.429 Electron[20861:472904] -[NativeWidgetMacNSWindowBorderlessFrame _surrenderToolbarViewForFullScreenWindow]: unrecognized selector sent to instance 0x15a59b9d0 ┗ ---------------------------- ┏ Main ----------------------- 2022-11-02 16:56:53.434 Electron[20861:472904] *** Terminating app due to...

bug

I need to display the width and height of the screenshot while resizing, Is there an event to capture resize event or is there any way to display the width...

enhancement