const { createCanvas, loadImage, registerFont, Image } = require('canvas');registerFont('./Lato-Regular.ttf', { family: 'Lato' });ctx.font = '25px Lato'; ctx.fillStyle = '#808080'; ctx.fillText(`${member.displayName} Top #${userRank}`, 195, 85);
(process:24892): Pango-WARNING **: 11:03:18.119: couldn't load font "Lato Not-Rotated 25px", falling back to "Sans Not-Rotated 25px", expect ugly output.