I'm looking at
https://i.stack.imgur.com/d4JD8.png
and checked the network tab in chrome, and this is what I see:
When I look at the response tab for that .png, this is what I see:
What is that? How do they send over something like that which is 387B and then render the image in browser?
What can I search for on google so I can set up something like that on my nodeJS api server?
Thanks