import React from "react"; import styles from "./Facepile.module.css"; import ColorHash from "color-hash"; const colorHash = new ColorHash({ lightness: 0.3 }); export function Facepile({ participants }) { return (