text-to-speech-crawl
Advanced tools
Comparing version 1.0.2 to 1.0.3
import path from "path"; | ||
import textToSpeech from "text-to-speech-crawl"; | ||
import { DeviceClass } from "text-to-speech-crawl/type/type"; | ||
@@ -20,3 +21,3 @@ export const exampleTextToSpeech = async () => { | ||
speakingRate: 0, | ||
effectsProfileId: ["small-bluetooth-speaker-class-device"], | ||
effectsProfileId: [DeviceClass.SMALL_BLUETOOTH_SPEAKER_CLASS_DEVICE], | ||
}, | ||
@@ -23,0 +24,0 @@ }, |
{ | ||
"name": "text-to-speech-crawl", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "text to speed crawler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
400244
12
289