codekraft-studio / vue-speech

Vue integration and components for the Web Speech API

Home Page:https://codekraft-studio.github.io/vue-speech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vue integration and components for the Web Speech API

https://codekraft-studio.github.io/vue-speech/

License:MIT License


Languages

Language:Vue 89.7%Language:JavaScript 5.5%Language:HTML 4.9%