You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,8 +15,16 @@ A Text to Speech NativeScript plugin for Android & iOS
15
15
16
16
Run the following command from the root of your project:
17
17
18
+
NativeScript version 7+:
19
+
20
+
```
21
+
tns plugin add nativescript-texttospeech
22
+
```
23
+
24
+
NativeScript Version below 7:
25
+
18
26
```
19
-
$ tns plugin add nativescript-texttospeech
27
+
tns plugin add nativescript-texttospeech@2.0.3
20
28
```
21
29
22
30
This command automatically installs the necessary files, as well as stores nativescript-texttospeech as a dependency in your project's package.json file.
@@ -29,28 +37,28 @@ This command automatically installs the necessary files, as well as stores nativ
29
37
30
38
```js
31
39
/// javascript
32
-
var TextToSpeech =require('nativescript-texttospeech');
0 commit comments