Figured it out, need to strip the header first and then create a Buffer from base64
bytes: new Uint8Array(Buffer.from(img.replace(/^data:image\/\w+;base64,/, ''), 'base64'))