Skip to content

Commit

Permalink
fix: Adjust font
Browse files Browse the repository at this point in the history
  • Loading branch information
luoabd committed Apr 1, 2024
1 parent 9fb1ac3 commit 417813f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ app.post("/canvas", function (req, res) {
320
);
});
ctx.font = "20px Calibri";
// TODO: Needs to be improved
for (let i = 25; i < 29; i++) {
let prompt = req.body[i];
Expand Down

0 comments on commit 417813f

Please sign in to comment.