Cyrille

Results 3 issues of Cyrille

Closes #87 performance.now() might not exists in some old browsers. The current code assume that if performance exists, performance.now() exists too. This might be false, for example on Android stock...

Hi everyone, One of the need I have is to be able to display annotations (text and images) on top of images. I've been doing that using relative positioning, by...

Current implementation use the "KeyboardEvent.charCode" attribute, but "KeyboardEvent.keyCode" is sometimes used (this is the case of Firefox). Use the "KeyboardEvent.key" attribute instead, but fallback to "charCode" and "keyCode" (both being...