fix: comply with es2020 standards
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-14 19:48:35 +02:00
parent dc786cd420
commit 9bfe3310cc
No known key found for this signature in database

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