VueJs integration and components for the Web Speech API
Install this project with your favourite package manager:
npm install @codekraft-studio/vue-speech
Import the plugin in your project and ensure Vue loads it.
import Vue from 'vue'
import VueSpeech from '@codekraft-studio/vue-speech'
Vue.use(VueSpeech)
Checkout the online documentation to see how the components can be used in details.
This package is under MIT License