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

16 lines 292 B
export type SongResult = { progress: number album: { name: string image: string release: string }, artists: { name: string url: string }, url: string title: string length: number isPlaying: boolean }