mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 01:00:52 +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)
|
Spicetify.Player.addEventListener("songchange", songchange)
|
||||||
|
|
||||||
function pickCoverColor(img) {
|
function pickCoverColor(img) {
|
||||||
img.setAttribute('crossOrigin', '')
|
//img.setAttribute('crossOrigin', '')
|
||||||
var swatches = new Vibrant(img, 5).swatches()
|
var swatches = new Vibrant(img, 5).swatches()
|
||||||
lightCols = ["Vibrant", "DarkVibrant", "Muted", "LightVibrant"]
|
lightCols = ["Vibrant", "DarkVibrant", "Muted", "LightVibrant"]
|
||||||
darkCols = ["Vibrant", "LightVibrant", "Muted", "DarkVibrant"]
|
darkCols = ["Vibrant", "LightVibrant", "Muted", "DarkVibrant"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue