UNPKG

spotify-now-playing

Version:

<div align="center"> <img src="https://github.com/bigarmTomi/spotify-now-playing/blob/master/docs/spotify-1.png" /> <img src="https://github.com/bigarmTomi/spotify-now-playing/blob/master/docs/spotify-2.png" /> <img src="https://github.co

17 lines (16 loc) 311 B
export declare type SongResult = { progress: number; album: { name: string; image: string; release: string; }; artists: { name: string; url: string; }; url: string; title: string; length: number; isPlaying: boolean; };