Skip to content

khang-nd/vuepress-plugin-text-to-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿ”Š A Vuepress plugin that reads aloud the text content on the page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published