Browse Source

Added links to jsdelivr CDN for espeakng.js

master
Alberto Pettarin 8 years ago
parent
commit
39f3faf1f8
1 changed files with 19 additions and 3 deletions
  1. 19
    3
      emscripten/README.md

+ 19
- 3
emscripten/README.md View File



## Download ## Download


You can download pre-built JS files from the [Releases page](https://github.com/espeak-ng/espeak-ng/releases).

TODO: add the compiled JS files to a public free CDN, and list the URL here.
You can download pre-built JS/data files from the
[jsdelivr CDN](http://www.jsdelivr.com/).
You need to get the following files:

```
# Latest version
https://cdn.jsdelivr.net/espeakng.js/latest/espeakng.min.js
https://cdn.jsdelivr.net/espeakng.js/latest/espeakng.worker.js
https://cdn.jsdelivr.net/espeakng.js/latest/espeakng.worker.data

# Specific version
https://cdn.jsdelivr.net/espeakng.js/1.49.0/espeakng.min.js
https://cdn.jsdelivr.net/espeakng.js/1.49.0/espeakng.worker.js
https://cdn.jsdelivr.net/espeakng.js/1.49.0/espeakng.worker.data
```

For details, see the
[espeakng.js-cdn](https://github.com/pettarin/espeakng.js-cdn)
repository.




## Building ## Building

Loading…
Cancel
Save