🚀 enlarge gif
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user