Files
Nitro-V3/src/api/utils/index.ts
T
simoleo89 11543bb64c feat: custom prefix system with effects, emoji picker and per-letter colors
- Catalog page for creating custom prefixes with text, per-letter colors, emoji icon and visual effects
- Emoji picker via @emoji-mart/react with createPortal + Shadow DOM blur fix
- Inventory prefix management (activate/deactivate/delete)
- Chat bubble rendering with multi-color prefix and effect support
- Prefix utilities (getPrefixEffectStyle, parsePrefixColors, PREFIX_EFFECT_KEYFRAMES)
- All UI text in English
2026-03-20 17:07:33 +01:00

21 lines
694 B
TypeScript

export * from './CloneObject';
export * from './ColorUtils';
export * from './ConvertSeconds';
export * from './FixedSizeStack';
export * from './FriendlyTime';
export * from './GetLocalStorage';
export * from './LocalStorageKeys';
export * from './LocalizeBadgeDescription';
export * from './LocalizeBageName';
export * from './LocalizeFormattedNumber';
export * from './LocalizeShortNumber';
export * from './LocalizeText';
export * from './PlaySound';
export * from './PrefixUtils';
export * from './ProductImageUtility';
export * from './Randomizer';
export * from './RoomChatFormatter';
export * from './SetLocalStorage';
export * from './SoundNames';
export * from './WindowSaveOptions';