You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-text-to-speech

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-text-to-speech

A Vue.js component that convert text to speech

1.0.6
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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>

FAQs

Package last updated on 25 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.