mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Added Sync for Playlists
This commit is contained in:
parent
a88c9081f1
commit
e867ab25e9
11 changed files with 287 additions and 41 deletions
|
@ -12,7 +12,7 @@ export function useRand() {
|
|||
}
|
||||
|
||||
export function useRandColor() {
|
||||
const r = Math.random().toString(16)
|
||||
const r = Math.random().toString(16);
|
||||
|
||||
return '#' + r.substr(r.length - 6)
|
||||
}
|
||||
return '#' + r.substr(r.length - 6);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue