forked from FoundKeyGang/FoundKey
tweak avatar generation
This commit is contained in:
parent
2210d1053a
commit
b378066ebf
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue