1.0.1 • Published 2 years ago

true-window-size v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

true-window-size

Get true window size including while dev tools is in use

Report Bug | Request Features


Table of Contents


Installation

npm i true-window-size

Usage

  1. Import:
    import windowSize from 'true-window-size';
  2. Use:

    const winSize = windowSize();
    
    const winHeight = winSize.y;
    const winWidth = winSize.x;

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/michael-joseph-miller/loading-animations-react