cyruslk

Results 6 issues of cyruslk

Is there a way to add related videos that appear on pause? Thanks a lot in advance and immense gratitude for this package.

Question

Here's how I implement it: ``` componentDidMount(){ document.addEventListener("keydown", this.handleKeyDown); (async () => { try { await this.wsp.open(); this.wsp.onmessage = (evt) => { let data = evt.data; let userInput = this.state.userInput;...

Thanks for this great collection! Really looking fw to playing with these. I've tried converting these to .otf or .ttf with a bunch of Online Font Coverters I found (such...

Hey, i'm new to using zoom as a SDK. This package looks perfect and seems to perfectly suits my needs. However, when I run it and click on the `Launch...

Hello, Amazing project. Can this be run with NodeJS? If so, how can I proceed? Thanks!

Hey - was wondering if this was working with class based components? I'm not able to make it work when I do it as such: ``` class App extends Component...