UNPKG

timestamped-lyrics

Version:

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

6 lines 122 B
export type LyricLine = { start: number; end: number; text: string; }; //# sourceMappingURL=LyricLine.d.ts.map