edit SideBar
Make your swarmlets speak!
var tts = require('textToSpeech'); tts.say('Building SwarmLets is fun!', function () { alert('Done speaking.'); });
Back to Optional JavaScript Modules