issues
search
sciactive
/
tinygesture
Very small gesture recognizer for JavaScript. Swipe, pan, tap, doubletap, longpress, pinch, and rotate.
https://sciactive.github.io/tinygesture/
Apache License 2.0
210
stars
18
forks
source link
🎉 TypeScript re-write
#9
Closed
NickantX
closed
2 years ago
NickantX
commented
2 years ago
Adds full support for TypeScript to TinyGesture!
TinyGesture instances take a generic that extends HTMLElement
Intellisense for event listeners (event names and callback function params)
Things to note:
The compiled JS output and declaration file is included in this commit to keep the GitHub Pages site working
Some fields/methods could (and likely should) be marked as "private" before this gets merged
Adds full support for TypeScript to TinyGesture!
Things to note: