This commit is contained in:
Dragon Fire
2020-06-29 10:20:52 -04:00
parent 15351f57ab
commit dc632dd9af
+1 -1
View File
@@ -72,7 +72,7 @@ module.exports = class DrakepostingCommand extends Command {
}
ctx.font = '50px Noto';
fontSize = 50;
while (ctx.measureText(yea).width > 3003) {
while (ctx.measureText(yeah).width > 3003) {
fontSize--;
ctx.font = `${fontSize}px Noto`;
}