From 58324a3ff22f68c8225556092b51351e86208cc4 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Wed, 17 Nov 2021 21:09:01 +0100 Subject: [PATCH] update `Color Selection Algorithm` description --- src/js/main.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/js/main.js b/src/js/main.js index a794005..5e857db 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -540,10 +540,11 @@ Dribbblish.config.register({ key: "colorSelectionAlgorithm", name: "Color Selection Algorithm", description: ` - Algorithm of selecting colors from the albumart - - **Colorthief:** Gets more fitting colors{.muted} - - **Vibrant:** Gets more vibrant colors (was the default up to v3.1.1){.muted} - - **Static:** Select a static color to be used{.muted} + [Algorithm of selecting colors from the albumart] + - **Colorthief [(see)](https://lokeshdhakar.com/projects/color-thief/):** Gets more fitting colors + - **Vibrant [(see)](https://jariz.github.io/vibrant.js/):** Gets more vibrant colors *(was the default up to v3.1.1)* + - **Static:** Select a static color to be used + {.muted} `, data: { colorthief: "Colorthief", vibrant: "Vibrant", static: "Static" }, defaultValue: "colorthief",