on-window-size

1.0.2 • Public • Published

on-window-size Build Status

Listen to the window size

Install

$ npm install --save on-window-size

Usage

var onWindowSize = require('on-window-size')
 
onWindowSize(function (size) {
  console.log(size) // => {x: Number, y: Number}
})

API

var unlisten = onWindowSize(listener)

Calls listener with the result of screen-size when the window size changes.

Call the returned unlisten function to stop listening.

License

MIT © Andrew Joslin

Dependencies (3)

Dev Dependencies (3)

Package Sidebar

Install

npm i on-window-size

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • andytjoslin