🚀 enlarge gif

This commit is contained in:
platane
2020-10-15 02:12:31 +02:00
parent 7e5dcb345d
commit 5243a665b1

View File

@@ -18,10 +18,11 @@ export const generateContributionSnake = async (userName: string) => {
{ x: 0, y: -1 }, { x: 0, y: -1 },
]); ]);
const upscale = 1.6;
const drawOptions = { const drawOptions = {
sizeBorderRadius: 2, sizeBorderRadius: 2 * upscale,
sizeCell: 16, sizeCell: 16 * upscale,
sizeDot: 12, sizeDot: 12 * upscale,
colorBorder: "#1b1f230a", colorBorder: "#1b1f230a",
colorDots: colorScheme, colorDots: colorScheme,
colorEmpty: colorScheme[0], colorEmpty: colorScheme[0],