Skip to content

Commit 5c5196b

Browse files
authored
chore: add dark_vibrant to code block (#168)
1 parent d5962bf commit 5c5196b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development/api-wrapper/functions/color-extractor.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Extracts colors from a playlist, track, album, artist, show, etc.
77

88
```ts
99
function colorExtractor(uri: string): Promise<{
10+
DARK_VIBRANT: string;
1011
DESATURATED: string;
1112
LIGHT_VIBRANT: string;
1213
PROMINENT: string;

0 commit comments

Comments
 (0)