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