I'm trying to update from v1 to v2. I use the library without a video element and only with a canvas. In v2, it looks like the function setCurrentTime, which one still is supposed to call according to the documentation, does not exist anymore.
TypeError: jassub.setCurrentTime is not a function
I've tried to look into the implementation as well, but couldn't see that it exist anywhere. Am I missing something, or is this use case not supported in v2?
I'm trying to update from v1 to v2. I use the library without a video element and only with a canvas. In v2, it looks like the function
setCurrentTime, which one still is supposed to call according to the documentation, does not exist anymore.I've tried to look into the implementation as well, but couldn't see that it exist anywhere. Am I missing something, or is this use case not supported in v2?