mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 06:33:08 +02:00
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 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 a new issue