eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

`tracker.on ('track ', function (event) {})` cannot be called #394

Open sunFloar opened 3 years ago

sunFloar commented 3 years ago

tracker.on ('track ', function (event) {}) this method does not respond and an error is reported

nickw1 commented 3 years ago

You have a space after 'track'. Apologies if this is not the issue.