auduno / clmtrackr

Javascript library for precise tracking of facial features via Constrained Local Models
MIT License
6.51k stars 1.16k forks source link

feat(events): Allow configuration for a root Event dispatcher element #148

Closed austince closed 6 years ago

austince commented 6 years ago

If there are two instances of trackers on the page, their events get combined as they always broadcast on the root document element.

This PR:

auduno commented 6 years ago

Looks like a great addition, thanks for the pull request!

austince commented 6 years ago

Thanks for the merge! Glad to help out. Now closing this related issue https://github.com/auduno/clmtrackr/issues/147