screenshot-desktop
screenshot-desktop copied to clipboard
💻 Capture a screenshot of your local machine
**Describe the bug** I used screenshot-desktop in my nodejs application which runs as a system service. The application is crashing with the below error ``` node:child_process:397 ex = new Error('Command...
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...
**Describe the bug** Not working on Linux when using scrot & no filename **To Reproduce** ```js await screenshot({ linuxLibrary: 'scrot', }) ``` **Expected behavior** should return a buffer **Screenshots** ```...
I'm getting something like that but on Windows 10 (on ubuntu works fine). https://stackoverflow.com/questions/17951133/spawn-enoent-error I've switched from 1.7.0 to 1.6.1 and it works on both OS.
Hi, I'd like to use this to capture my screen and send the average color to my hue lights so the color of the lights are synced with what is...
I added the ability to take screenshots of a window using the X-Server window ID (as talked about in #121 ). Obviously this only works on linux (so far). I...
This PR adds the dirname option which is usefull when the `__dirname` variable does not point to the right path. This is the case inside a webpack project. It also...
**Describe the bug** In Mac os 10.15.5, when i call screenshot({ format: 'png', filename: path.join('check.png') }) I am getting Error: No Displays Detected try dropping screen option **Expected behavior** The...
Hi, I trying to take only certain portion of my screen. To reduce the size of the file, and the content within the reason is that i will be sending...