UNPKG
react-spotify-iframe
Version:
latest (1.0.0)
1.0.0
lightweight library for Spotify iframe interactions
react-spotify-iframe
/
src
/
consts.js
2 lines
•
139 B
JavaScript
View Raw
1
2
export
const
spotifyScriptUrl =
'https://open.spotify.com/embed/iframe-api/v1'
;
export
const
spotifyScriptElementId =
'spotify-iframe-api'
;