You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really like to use camera-based gessture detection and I could find it only in your project. Is it possible to use gesture.js standalone and provide custom callbacks?
The text was updated successfully, but these errors were encountered:
Creating a standalone version is a great idea. Unfortunately, I don't have much time to create a standalone version, but I'll tell you where you can piece together the parts. Feel free to fork/create a new repository if you get it to work!
The majority of the code should be in gesture.js. You can see commented-out callbacks for activating each of the movement events in lines 186 to 213.
I'd really like to use camera-based gessture detection and I could find it only in your project. Is it possible to use gesture.js standalone and provide custom callbacks?
The text was updated successfully, but these errors were encountered: