@lephenix47/text-to-speech-utility
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@lephenix47/text-to-speech-utility", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "description", | ||
@@ -5,0 +5,0 @@ "main": "lib/es6/index.js", |
@@ -23,3 +23,3 @@ # @lephenix47/text-to-speech-utility | ||
```ts | ||
import TextToSpeech from '@lephenix47/text-to-speech-utility'; | ||
import { TextToSpeech } from '@lephenix47/text-to-speech-utility'; | ||
@@ -26,0 +26,0 @@ const tts = new TextToSpeech(); |
12317