main
Deploy Iddaai Backend / build-and-deploy (push) Successful in 29s

This commit is contained in:
2026-05-04 18:00:40 +03:00
parent 145a8b336b
commit 27e96da31d
22 changed files with 571 additions and 169 deletions
@@ -6,6 +6,7 @@ import axios from "axios";
let createCanvas: any;
let loadImage: any;
try {
// eslint-disable-next-line @typescript-eslint/no-require-imports
const canvas = require("canvas");
createCanvas = canvas.createCanvas;
loadImage = canvas.loadImage;
@@ -397,7 +398,7 @@ export class ImageRendererService implements OnModuleInit {
ctx.fillStyle = "rgba(255, 255, 255, 0.4)";
ctx.font = "700 26px sans-serif";
ctx.textAlign = "left";
ctx.fillText("⚡ AI Powered by SuggestBet", paddingX, currentY);
ctx.fillText("⚡ AI Powered by iddaai.com", paddingX, currentY);
let riskBg, riskColor, riskBorder;
switch (data.riskLevel) {