Easy swipes for js


const disposer = new Swiper({ 
  el: domEl,
  onSwipingRight:callback,
  onSwipedRight:callback 
})

## Documentation soon
...