tweak avatar generation

This commit is contained in:
syuilo 2021-04-02 10:00:05 +09:00
parent 2210d1053a
commit b378066ebf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import { WriteStream } from 'fs';
const size = 256; // px
const n = 5; // resolution
const margin = (size / n) / 1.5;
const margin = (size / n);
const colors = [
'#e57373',
'#F06292',