swotai / tesla_lyrics

Simple app to read the spotify status and show some lyrics on the tesla screen
1 stars 0 forks source link

Update to v2 of rabbit-lyrics #20

Closed swotai closed 2 years ago

swotai commented 3 years ago

Please update to 2.0.0. You can write your code as:

const lyrics = new RabbitLyrics( document.getElementById('lyrics-1'), document.getElementById('audio-1'), { viewMode: "mini", alignment: "center" } );

const updatePlayer = (lrc) => { lyrics.setLyrics(lrc); };

swotai commented 2 years ago

Switching UI to react. Not going to do this.