speech-input
v0.0.3
Published
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/speech-input)
Downloads
3
Maintainers
Readme
speech-input
A custom element that allows you to easily try a SpeechRecognition API on your site. And you can optionaly recording while speech recognition.
Installation
From npm:
npm install --save speech-input
Usage
<script type="module" src="./node_modules/speech-input/dist/speech-input.min.mjs"></script>
<speech-input></speech-input>
Preview