Skip to content

codekraft-studio/vue-speech

Repository files navigation

vue-speech

VueJs integration and components for the Web Speech API

NPM version Dependency Status License

Installation

Install this project with your favourite package manager:

npm install @codekraft-studio/vue-speech

Usage

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)

Documentation

Checkout the online documentation to see how the components can be used in details.


License

This package is under MIT License