add IRC colours #36

Merged
twig merged 5 commits from irc-colours into main 2025-07-16 02:42:48 +00:00
Showing only changes of commit 9bfe3310cc - Show all commits

View file

@ -1,6 +1,9 @@
import xxhash from "xxhash-wasm"
const { h64 } = await xxhash()
let h64: CallableFunction;
(async () => {
h64 = (await xxhash()).h64;
})();
export default (seed: string): string => {
const lightness = 50