@jokio/sdk 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -125,7 +125,7 @@ You can use directly into html as well:
125
125
  <script type="module">
126
126
  import { jok } from 'https://esm.run/@jokio/sdk'
127
127
 
128
- function textToAudio() {
128
+ async function textToAudio() {
129
129
  const audio = await jok.tts.getAudio(
130
130
  'Hello there, how are you?',
131
131
  'en-US-AvaNeural',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jokio/sdk",
3
3
  "description": "pure js/ts sdk for building decentralised localfirst web apps. Provides tts ai model integrations, realtime p2p communication & crypto encryptions.",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "license": "MIT",
6
6
  "main": "dist/jokio.sdk.umd.js",
7
7
  "keywords": [