# jquery-swipe-corners-plugin

Allow to implement 6 diferent non jQuery native supported swipe events (*up, down, topLeft, topRight, bottomLeft, bottomRight*)

### Install
##### Direct
* [Download](https://github.com/jjdltc/jquery-swipe-corners/archive/master.zip)
* Refer in HTML ```<script type="text/javascript" src="Path/To/File/swipe-corners.js"></script>```
  
##### [Browserify](http://browserify.org/)
* Install: ```npm install --save jquery-swipe-corners```
* Module: ```require('jquery-swipe-corners')```

### Events
*  up
*  down
*  topLeft
*  topRight
*  bottomLeft
*  bottomRight

**There is a big TODO list, but in resume**
* Write a better documentation (Readme)
* Include a minified version