Created
January 2, 2021 00:34
-
-
Save ambethia/2b3258b878d7e7390de01e1ad120fc96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const img = nativeImage.createFromBitmap(capture.data, { | |
width: capture.width, | |
height: capture.height, | |
}) | |
fs.writeFile('screen.png', img.toPNG(), (err) => { | |
console.log({ err }) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment