Skip to content
Snippets Groups Projects
Commit b378066e authored by syuilo's avatar syuilo
Browse files

tweak avatar generation

parent 2210d105
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment