Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khang-nd/vuepress-plugin-text-to-speech
🔊 A Vuepress plugin that reads aloud the text content on the page
https://github.com/khang-nd/vuepress-plugin-text-to-speech
text-to-speech vuepress vuepress-plugin
Last synced: about 2 hours ago
JSON representation
🔊 A Vuepress plugin that reads aloud the text content on the page
- Host: GitHub
- URL: https://github.com/khang-nd/vuepress-plugin-text-to-speech
- Owner: khang-nd
- License: mit
- Created: 2022-10-10T17:47:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T08:16:37.000Z (about 2 years ago)
- Last Synced: 2024-10-12T14:30:04.731Z (about 1 month ago)
- Topics: text-to-speech, vuepress, vuepress-plugin
- Language: Vue
- Homepage: https://khang-nd.github.io/vuepress-plugin-text-to-speech
- Size: 580 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress-plugin-text-to-speech
[![NPM VERSION](https://img.shields.io/npm/v/vuepress-plugin-text-to-speech.svg)](https://www.npmjs.com/package/vuepress-plugin-text-to-speech)
[![NPM DOWNLOADS](https://img.shields.io/npm/dy/vuepress-plugin-text-to-speech.svg)](https://www.npmjs.com/package/vuepress-plugin-text-to-speech)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
```sh
npm i --save-dev vuepress-plugin-text-to-speech# or
yarn add -D vuepress-plugin-text-to-speech
``````js
// config.js
module.exports = {
...
plugins: [
['text-to-speech', { /* options */ }]
]
}
``````html
Toggle TTS
```
## 📚 Documentation & Demo
Refer to: https://khang-nd.github.io/vuepress-plugin-text-to-speech