mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-06-16 20:31:29 -07:00
upsize heads, use seeds
This commit is contained in:
parent
9497ef36f7
commit
d284b941ee
2 changed files with 12 additions and 7 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue