react-voice-ai
v1.0.0
Published
🎤 A lightweight React button that captures speech using the browser's Web Speech API.
Maintainers
Readme
react-voice-ai
🎤 A lightweight React button that captures speech using the browser's Web Speech API.
📦 Installation
npm install react-voice-ai🚀 Usage
import VoiceButton from 'react-voice-ai';
function App() {
const handleVoice = (text) => {
console.log('You said:', text);
};
return <VoiceButton onResult={handleVoice} />;
}👤 Author
Razz
React.js & Shopify Developer
📧 [email protected]
License
MIT © Razz
