TTS Framework - JavaScript assets.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if (typeof module === 'object' && module.exports) {
|
|
module.exports = tts;
|
|
} else {
|
|
window.tts = tts;
|
|
}
|
|
|
|
}).call({}, ('object' === typeof window) ? window : this, window, document, prefData); /* These get passed into the Local Scope, in the top of this Script function */
|
|
|