Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you remove const signImage from config.js so it doesn't appear on the picture. #1595

Open
tomkup7 opened this issue Apr 18, 2024 · 1 comment

Comments

@tomkup7
Copy link

tomkup7 commented Apr 18, 2024

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);
};

@bolshoytoster
Copy link

@tomkup7 you've opened this issue in the wrong place, it should probably be in the moralis-mutants-nft-engine repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants