litegraph.js icon indicating copy to clipboard operation
litegraph.js copied to clipboard

How to remove information about canvas

Open senj1212 opened this issue 2 years ago • 1 comments

image

I need to remove this text here. Unfortunately, I didn’t find how to do this. And another second question. How can you stretch a canvas to fill the entire screen without losing quality? And I’m also wondering if it’s possible to somehow allow connecting several nodes to one input.

senj1212 avatar Nov 04 '23 11:11 senj1212

You can find in src/litegraph.js LGraphCanvas.prototype.renderInfo

which you can enable/disable by setting show_info of your LGraphCanvas object, i.e.: graphcanvas.show_info = false;

sefgit avatar Dec 26 '23 02:12 sefgit