upsize heads, use seeds

This commit is contained in:
Jeffrey Sun 2016-12-15 20:20:51 -08:00
parent 9497ef36f7
commit d284b941ee
2 changed files with 12 additions and 7 deletions

View file

@ -106,6 +106,8 @@ function renderEyes(ctx, opts) {
ctx.stroke();
ctx.closePath();
break;
case "none":
break;
}
}
@ -229,6 +231,5 @@ app.get('/', function(req, res) {
res.send(images.join(''));
});
app.listen(process.env.PORT || 3000);
console.log('listening on http://localhost:3000');