vuepress-plugin-text-to-speech

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i vuepress-plugin-text-to-speech

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

5.57 kB

Total Files

6

Last publish

Collaborators

  • khang-nd