screenshot-window-js
Node.js package using .NET and Edge.js to take screenshot of a given window.
Example
Take a screenshot of a specific window and save it to a file:
const fs = ;const screenshotWindow = ; ;
Take a screenshot of the foreground window and save it to a file:
const fs = ;const screenshotWindow = ; ;
TODO
- Separate the C# code into a separate project and add more options to how windows are searched for, and compile into a dll to improve use with Edge.js.