An open API service indexing awesome lists of open source software.

https://github.com/mikeludemann/getbrowserorientation

Get information of browser orientation
https://github.com/mikeludemann/getbrowserorientation

javascript module-pattern orientation-detection

Last synced: 5 months ago
JSON representation

Get information of browser orientation

Awesome Lists containing this project

README

          

# getBrowserOrientation

Get inner or outer Orientation of browser information

## Example

```code

Browser inner Orientation
getBrowserOrientation.innerOrientation()

Browser outer Orientation
getBrowserOrientation.outerOrientation();

```