Get true window size including while dev tools is in use
npm i true-window-size
-
Import:
import windowSize from 'true-window-size';
-
Use:
const winSize = windowSize(); const winHeight = winSize.y; const winWidth = winSize.x;
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/michael-joseph-miller/loading-animations-react