You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I hope you are all well. I am having a problem. I am trying to generate nft collection. The problem is when pictures are generated the little number is also generated at the top left side od the pictue. This is the code. If I remove the code it doesn't work at all. What should I do ? Any ideas? I just don't want any signatures on my pictures. Thank you in advance for your help.
Hi everyone,
I hope you are all well. I am having a problem. I am trying to generate nft collection. The problem is when pictures are generated the little number is also generated at the top left side od the pictue. This is the code. If I remove the code it doesn't work at all. What should I do ? Any ideas? I just don't want any signatures on my pictures. Thank you in advance for your help.
const signImage = (_sig) => {
ctx.fillStyle = "#ffffff";
ctx.font = "bold 50pt Verdana";
ctx.textBaseline = "top";
ctx.textAlign = "left";
ctx.fillText(_sig, 40, 40);
};
The text was updated successfully, but these errors were encountered: