Files
igm c9de0b1ac5 Add sideEffects: false to all library packages
Enables tree-shaking for bundlers by marking all library packages
as side-effect-free.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 15:22:24 +08:00
..

@reviq/frontend-utils

Frontend-specific utilities for the RevIQ publisher dashboard.

Usage

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