term-size detects the terminal's width and height. It's a lightweight, dependency-free package, ideal for command-line interface (CLI) tools needing to adapt output to varying terminal sizes. It automatically determines dimensions using environment variables and system calls across different operating systems, providing a simple and reliable way to format text and UI elements dynamically for optimal readability and user experience.