Search


Search something to see results

getScreenSize

Get the screen's dimensions in pixels. This does not necessarily indicate the width and height available. Some of the screen's width and/or height might be used by browser widgets and scrollbars.

Returns { width: number; height: number }