Sometimes, not only you need to record the stroke, but also the timing of the stroke, such as for instance here.
I added support for this, and updated README.md and the demo. Now, stroke.points contains an array of object with properties point (the coordinate) and time the time from the beginning of the stroke.
Anyway, thanks for your great tool, which I use often!
Sometimes, not only you need to record the stroke, but also the timing of the stroke, such as for instance here.
I added support for this, and updated
README.md
and the demo. Now,stroke.points
contains an array of object with propertiespoint
(the coordinate) andtime
the time from the beginning of the stroke.Anyway, thanks for your great tool, which I use often!