Promo / wheel-indicator

Indicates when user makes swipe gesture on a trackpad or mouse wheel
http://promo.github.io/wheel-indicator/
272 stars 41 forks source link

Provide minified jsLinted CDN version #49

Closed englishextra closed 4 years ago

englishextra commented 6 years ago

This is what I've found so far:

//cdn.jsdelivr.net/npm/wheel-indicator@1.1.4/lib/wheel-indicator.js

The other suggestion is to fix jsLint warning: see here https://github.com/Promo/wheel-indicator/issues/29#issuecomment-329980171

MartinKolarik commented 6 years ago

You could also use https://cdn.jsdelivr.net/npm/wheel-indicator@1.1.4/lib/wheel-indicator.min.js

englishextra commented 6 years ago

@MartinKolarik Thanks