UNPKG

@nadir2k/manual-scroll-detector

Version:

Detects user-initiated manual scrolling (mouse, touch, keyboard, wheel) on a scrollable element.

15 lines 295 B
{ "compilerOptions": { "target": "ES2017", "module": "ESNext", "declaration": true, "outDir": "dist", "strict": true, "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true }, "include": [ "src" ] }