UNPKG

timestamped-lyrics

Version:

Simple Package to fetch and display timestamped lyrics for a given song.

6 lines (5 loc) 123 B
export type LyricLine = { start: number; // in seconds end: number; // in seconds text: string; // the lyric text };