I have a msg
file in the form of a blob and I need to display it as a png
(or really any other image format) in my Vue project.
I've found an API that will do it (ConvertAPI), but they would store and process the msg
file on their servers, and it also costs money, so I'm looking for more secure and simpler alternatives.
Is there a way to do this conversion locally in a fairly straightforward manner?