Load JFIF - Jpeg image in reactsjs

749 Views Asked by At

Im trying to get Microsoft photo using

The following API

#Get https://graph.microsoft.com/v1.0/me/photo/$value

https://learn.microsoft.com/en-us/graph/api/profilephoto-get?view=graph-rest-1.0

but the response im getting the picture in encoded as JFIF

����\u0000\u0010JFIF\u0000\u0001\u0001\u0001\u0000`\u00

enter image description here

Any suggestion how I could load the image as JPEG

0

There are 0 best solutions below