Socket
Socket
Sign inDemoInstall

tts-element

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2-beta to 0.0.3-beta

2

package.json
{
"name": "tts-element",
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"description": "HTML custom element to convert text to speech using the Web Speech API.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1,2 +0,2 @@

# tts-element
# [`tts-element`](https://www.npmjs.com/package/tts-element)

@@ -16,8 +16,10 @@ HTML custom element to convert text to speech using the [SpeechSynthesis](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis) interface of the Web Speech API.

</style>
<script type="module" src="https://unpkg.com/browse/tts-element@0.0.2-beta/dist/text-to-speech/defined.js"></script>
<script type="module" src="https://unpkg.com/tts-element/dist/text-to-speech/defined.js"></script>
</head>
<body>
<text-to-speech>Your run-of-the-mill text-to-speech example.</text-to-speech>
<text-to-speech>Your run-of-the-mill text to speech CDN example.</text-to-speech>
</body>
</html>
```
Check out other [examples](./docs/examples.md).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc