# @reviq/frontend-utils Frontend-specific utilities for the RevIQ publisher dashboard. ## Usage ```typescript import { getOrgColor, getOrgInitials } from "@reviq/frontend-utils"; ``` ## Exports - `getOrgInitials(org)` - Get display initials from an organization's slug or display name - `getOrgColor(org)` - Get a consistent HSL color based on the organization slug - `OrgLike` - Type interface for organization objects