lyric-parser base on javascript
npm install lyric-parser
import Lyric from 'lyric-parser'
let lyric = new Lyric(lyricStr, handler)
function hanlder({lineNum, txt}){
// this hanlder called when lineNum change
}
play the lyric
stop play
seek to correspond starTime
toggle play state