vue-text-to-speech

1.0.6 • Public • Published

vue-text-to-speech

A Vue component that converts the text to speech.

Installation

npm i --save-dev vue-text-to-speech

Browser

Include the script file, then install the component with Vue.use(VueTextToSpeech); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/text-to-speech/dist/vue-text-to-speech.min.js"></script>
<script type="text/javascript">
  Vue.use(VueTextToSpeech);
</script> 

Module

import VueTextToSpeech from 'vue-text-to-speech';

Usage

Once installed, it can be used in a template as simply as:

<vue-text-to-speech></vue-text-to-speech>

Readme

Keywords

none

Package Sidebar

Install

npm i vue-text-to-speech

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

13.3 kB

Total Files

8

Last publish

Collaborators

  • kunchamvasu