mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
11543bb64c
- 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
21 lines
694 B
TypeScript
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';
|