debounced-resize
v1.1.1
Published
Debounced resize event for native JavaScript. Lightweight package with ES6 Promise support
Downloads
34
Readme
Debounced Resize
Native JS debounce for the window resize event
Install
npm install --save debounced-resize
Usage (ES6)
import debouncedResize from 'debounced-resize'
debouncedResize((e) => {
console.log('Resized')
})