litegraph.js
litegraph.js copied to clipboard
How to remove information about canvas
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.
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;