google-tts-api
Version:
Google TTS (Text-To-Speech) for node.js
14 lines (8 loc) • 555 B
Markdown
## 0.0.4 (Nov 29, 2018)
- Fix the change of Google Translate API ([@ncpierson](https://github.com/ncpierson) in [#19](https://github.com/facebook/react/pull/19))
## 0.0.3 (Sep 21, 2018)
- Add package-lock.lock file
- Fix the change of Google Translate API ([@ncpierson](https://github.com/ncpierson) in [#14](https://github.com/facebook/react/pull/14))
## 0.0.2 (Aug 25, 2017)
- Add yarn.lock file
- If length of input text is over than 200 characters, throw a `RangeError` with error messsage. ([#5](https://github.com/zlargon/google-tts/issues/5))