This commit is contained in:
Talor Berthelson
2016-06-28 01:33:26 -04:00
parent 5d02592d80
commit a1a96001fa

2
app.js
View File

@@ -25,7 +25,7 @@ stream.on('tweet', function (tweet) {
var nameID = tweet.id_str; var nameID = tweet.id_str;
var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID; var trumptweeturl = 'https://twitter.com/a__robot/status/' + nameID;
screenshot(trumptweeturl) var s = screenshot(trumptweeturl)
.width(500) .width(500)
.height(500) .height(500)
.clip() .clip()