UNPKG

@airsurfer09/web-handsfree

Version:

A React package for integrating Convai's AI-powered voice assistants with LiveKit for real-time audio/video conversations

7 lines 666 B
// Export all components export { MessageBubble, MessageList, UserMessage, ConviMessage, FloatingVideo, AudioSettingsPanel, ConviButton, ConviHeader, ConviFooter, SettingsTray, VoiceModeOverlay, } from "./components"; // Export styles and theme export { aeroTheme, glassStyles, iconSizes, variants, iosTransitions, animationVariants, ConvaiLogo, ChevronDown, } from "./styles"; // Export styled components for custom layouts export { ConvaiContainer, MorphingContainer, ButtonContent, Logo, ChatContent, Header, Title, HeaderLogo, CloseButton, SettingsButton, Content, Footer, InputContainer, Input, ActionButton, } from "./styles"; //# sourceMappingURL=index.js.map