liona-speech-input
v0.0.4
Published
Web Component for speech input field
Downloads
6
Maintainers
Readme
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Releaselog
v0.0.2
- Homepage gesetzt
- Bugfixes um Nutzung der Webkomponente zu ermöglichen
v0.0.1
- Initiales Projektsetup basierend auf https://github.com/FunThomas424242/webspeech.example
Quellen
- https://zellwk.com/blog/publish-to-npm/
- https://medium.com/@svinkle/getting-started-with-webpack-and-es6-modules-c465d053d988
- https://github.com/educastellano/qr-code
- https://flaviocopes.com/es-modules/
- https://www.sitepoint.com/understanding-es6-modules/
- https://medium.com/javascript-in-plain-english/create-micro-frontends-using-web-components-with-support-for-angular-and-react-2d6db18f557a
- https://www.cheatography.com/funthomas424242/cheat-sheets/webcomponents-native-javscript/
- https://dev.to/bennypowers/lets-build-web-components-part-3-vanilla-components-4on3
Garantien
Keine Garantien
Lizenz
MIT License