I need to download the created pixel drawing from this Phaser example as a .png image via FilesSaver.js but the canvas returns null. Error: Uncaught TypeError: Cannot read properties of null (reading ‘toBlob’) This is the save function: drawingArea: (PhaserJS 2) How to get the data of the drawing to create a .png out of it? Answer Well I don’t