Get your own Node server Result Size: 625 x 565
let buf = Buffer.from('abc');

console.log(buf.length);

              
3