voice-elements is a set of Web Components that wraps the Web Speech API to make speech synthesis (text-to-speech) and speech recognition (speech-to-text) easy to use via simple HTML tags. Instead of manually dealing with JavaScript APIs like SpeechSynthesis and SpeechRecognition, developers can drop custom elements such as <voice-player> and <voice-recognition> into their markup and configure them with attributes. Built originally with Polymer, it follows the early Web Components ecosystem...