swiped-events
Advanced tools
Comparing version 1.1.5 to 1.1.6
/*! | ||
* swiped-events.js - v1.1.5 | ||
* swiped-events.js - v1.1.6 | ||
* Pure JavaScript swipe events | ||
@@ -4,0 +4,0 @@ * https://github.com/john-doherty/swiped-events |
{ | ||
"name": "swiped-events", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A 0.7k script that adds swipe events to the DOM for touch enabled devices", | ||
@@ -5,0 +5,0 @@ "main": "src/swiped-events.js", |
@@ -66,5 +66,5 @@ # swiped-events | ||
dir: 'up', // swipe direction (up,down,left,right) | ||
touchType: 'direct', // touch type (stylus,direct) on iOS stylus=apple pencil and direct=finger | ||
touchType: 'direct', // touch type (stylus,direct) - stylus=apple pencil and direct=finger | ||
xStart: 196, // x coords of swipe start | ||
xEnd: 230, // y coords of swipe end | ||
xEnd: 230, // x coords of swipe end | ||
yStart: 196, // y coords of swipe start | ||
@@ -71,0 +71,0 @@ yEnd: 4 // y coords of swipe end |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207468