
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
vuepress-plugin-text-to-speech
Advanced tools
Vuepress plugin to read aloud page's text content.
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.
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>
Refer to: https://khang-nd.github.io/vuepress-plugin-text-to-speech
1.0.3
selector
to contentSelector
to avoid potential conflicts with other plugins.FAQs
Vuepress plugin to read aloud page's text content.
The npm package vuepress-plugin-text-to-speech receives a total of 0 weekly downloads. As such, vuepress-plugin-text-to-speech popularity was classified as not popular.
We found that vuepress-plugin-text-to-speech demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.