export const getAverageFromBlurhash = (blurhash: string) => {
  if (!blurhash) {
    return null;
  }