Skip to content

Instantly share code, notes, and snippets.

@ambethia
Created January 2, 2021 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambethia/2b3258b878d7e7390de01e1ad120fc96 to your computer and use it in GitHub Desktop.
Save ambethia/2b3258b878d7e7390de01e1ad120fc96 to your computer and use it in GitHub Desktop.
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