1.0.3 • Published 2 years ago

vuepress-plugin-text-to-speech v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago