liona-speech-input

Web Component for speech input field

Usage no npm install needed!

<script type="module">
  import lionaSpeechInput from 'https://cdn.skypack.dev/liona-speech-input';
</script>

README

Published on webcomponents.org

liona-speech-input

Die Webkomponente realisiert ein input tag mit Button zur Sprachein- und ausgabe.

Installation

npm install --save liona-speech-input

Verwendung

<script type="module" src="node_modules/liona-speech-input/dist/index.bundle.js">
    window.customElements.define('liona-speech-input', LionaSpeechInput);
</script>

Zur Demo Seite

Demo

<liona-speech-input></liona-speech-input>

Zur Live-Demo

Mitarbeit

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Releaselog

v0.0.2

  • Homepage gesetzt
  • Bugfixes um Nutzung der Webkomponente zu ermöglichen

v0.0.1

Quellen

Garantien

Keine Garantien

Lizenz

MIT License