🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

vuepress-plugin-text-to-speech

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuepress-plugin-text-to-speech

Vuepress plugin to read aloud page's text content.

1.0.3
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

vuepress-plugin-text-to-speech

NPM VERSION NPM DOWNLOADS

Vuepress Text To Speech Plugin allows you to create a renderless component that reads aloud the text content on the page.

Requires Vuepress 1.x.

🚀 Quick start

npm i --save-dev vuepress-plugin-text-to-speech

# or

yarn add -D vuepress-plugin-text-to-speech
// config.js
module.exports = {
  ...
  plugins: [
    ['text-to-speech', { /* options */ }]
  ]
}
<text-to-speech #default="{ toggle }">
  <button @click="toggle">Toggle TTS</button>
</text-to-speech>

📚 Documentation & Demo

Refer to: https://khang-nd.github.io/vuepress-plugin-text-to-speech

Keywords

text-to-speech

FAQs

Package last updated on 11 Oct 2022

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