base64 encoded buffer code example Example: buffer from base64 const b64string = /* whatever */; const buf = Buffer.from(b64string, 'base64');