JSPM

react-voice-ai

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q12512F
    • License MIT

    Package Exports

    • react-voice-ai
    • react-voice-ai/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-voice-ai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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
    📧 rajantala240@gmail.com

    License

    MIT © Razz