Take a screenshot for the current running game.
0.6.0
const nostalgist = await Nostalgist.nes('flappybird.nes') const blob = await nostalgist.screenshot()
A Promise of the Blob of the screenshot.
Promise
Blob