const colorizeByHash Target Style export const colorizeByHash = (text) => { Colors a string using a deterministic hash-derived color. Target style API. Preferred for new code. Parameterstextstring Returnsstring
const colorHash Legacy Style export const colorHash = (text) => colorizeByHash(text) No description provided. Legacy API. Kept for older code and not the preferred choice for new code.