Is there a way to convert an online svg to a png using javascript only?

I am developing a discord bot in using discordjs where it uses this api to return an svg file but I need a png file for the rest of the code. Is there any way to convert this into a png without having to download/save any files?

I tried to use a few different apis and packages but they either didn’t work right or were outdated.