1.0.2 • Published 5 months ago

lyriccloudmusic v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

lyric-parser

lyric-parser base on javascript

Install

 npm install lyric-parser

Usage

 import Lyric from 'lyric-parser'
 let lyric = new Lyric(lyricStr, handler)

 function hanlder({lineNum, txt}){
   // this hanlder called when lineNum change
 }

API

play()

play the lyric

stop()

stop play

seek(startTime)

seek to correspond starTime

togglePlay()

toggle play state

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago