added weekstoday
This commit is contained in:
@@ -47,15 +47,15 @@ const ApiResponse = async (req, res) => {
|
||||
ctx.fillStyle = "#cc3333";
|
||||
//ctx.textAlign = "left";
|
||||
ctx.font = "80px Dancing Script";
|
||||
ctx.strokeText("weeks today is", 40, 500);
|
||||
ctx.fillText("weeks today is", 40, 500);
|
||||
ctx.strokeText("weeks until", 40, 500);
|
||||
ctx.fillText("weeks until", 40, 500);
|
||||
|
||||
ctx.strokeStyle = "white";
|
||||
ctx.fillStyle = "#cc3333";
|
||||
//ctx.textAlign = "left";
|
||||
ctx.font = "80px Dancing Script";
|
||||
ctx.strokeText("Christmas Day", 40, 610);
|
||||
ctx.fillText("Christmas Day", 40, 610);
|
||||
ctx.strokeText("Christmas !!!", 40, 610);
|
||||
ctx.fillText("Christmas !!!", 40, 610);
|
||||
|
||||
ctx.strokeStyle = "white";
|
||||
ctx.fillStyle = "white";
|
||||
|
||||
Reference in New Issue
Block a user