getCanvas
Get the canvas element used by the emulator.
Usage
const nostalgist = await Nostalgist.nes('flappybird.nes')
const canvas = nostalgist.getCanvas()console.log(canvas.width, canvas.height)
Get the canvas element used by the emulator.
const nostalgist = await Nostalgist.nes('flappybird.nes')
const canvas = nostalgist.getCanvas()console.log(canvas.width, canvas.height)