jagenjo / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
5.33k stars 602 forks source link

Adding fullscreen exit feature code #443

Open NihaalKnight87 opened 3 months ago

NihaalKnight87 commented 3 months ago

Feature: Exit Fullscreen Button Code 🚀

Summary: Added the Exit Fullscreen button Code to src/litegraph-editor.js, completing the Fullscreen feature set. Before entire Fullscreen only was working.

Changes:

Testing:

Request for Review: Your discerning eyes and feedback are much appreciated. 🙌 Kindly review and consider merging.

Thank you! 🚀

daniel-lewis-ab commented 1 week ago

Implemented in my fork.