Cyross Makoto

Results 2 comments of Cyross Makoto

@arcatdmz ご回答ありがとうございます。 サンプルにあるコードを Typescript で実装しようとすると、IWordインタフェースには animate プロパティが存在せず、 ESLint で蹴られます。 ```Typescript function onVideoReady(v) { // メタデータを表示する // Show meta data artistSpan.textContent = player.data.song.artist.name; songSpan.textContent = player.data.song.name; // 定期的に呼ばれる各単語の "animate" 関数をセットする //...

@arcatdmz チェックしてみて、コードが問題なく動いているようです。 ありがとうございます。