tweak avatar generation
This commit is contained in:
parent
2210d1053a
commit
b378066ebf
|
@ -8,7 +8,7 @@ import { WriteStream } from 'fs';
|
||||||
|
|
||||||
const size = 256; // px
|
const size = 256; // px
|
||||||
const n = 5; // resolution
|
const n = 5; // resolution
|
||||||
const margin = (size / n) / 1.5;
|
const margin = (size / n);
|
||||||
const colors = [
|
const colors = [
|
||||||
'#e57373',
|
'#e57373',
|
||||||
'#F06292',
|
'#F06292',
|
||||||
|
|
Loading…
Reference in New Issue