mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-26 05:22:05 +00:00
undo fcd3bff for now
This commit is contained in:
parent
0cd096de25
commit
d48827d0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ async function songchange() {
|
|||
Spicetify.Player.addEventListener("songchange", songchange)
|
||||
|
||||
function pickCoverColor(img) {
|
||||
img.setAttribute('crossOrigin', '')
|
||||
//img.setAttribute('crossOrigin', '')
|
||||
var swatches = new Vibrant(img, 5).swatches()
|
||||
lightCols = ["Vibrant", "DarkVibrant", "Muted", "LightVibrant"]
|
||||
darkCols = ["Vibrant", "LightVibrant", "Muted", "DarkVibrant"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue