Elius94 / console-gui-tools

A simple library to draw option menu or other popup inputs and layout on Node.js console.
MIT License
123 stars 18 forks source link

Improving performance on refresh #13

Closed Elius94 closed 2 years ago

Elius94 commented 2 years ago

High Refresh rate, on big screen make the screen flashing very noisely. try to render tty only once and before only return a screen variable.

Animation