Skip to content

Instantly share code, notes, and snippets.

@oHervis
Created August 7, 2018 16:46
Show Gist options
  • Save oHervis/c12d40240f10552821e7518935672491 to your computer and use it in GitHub Desktop.
Save oHervis/c12d40240f10552821e7518935672491 to your computer and use it in GitHub Desktop.
WebSpeech API
const SpeechRecognition =
window.SpeechRecognition || window.webkitSpeechRecognition;
export default SpeechRecognition;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment