🚀 less step in the gif

This commit is contained in:
platane
2020-10-15 00:23:03 +02:00
parent 523aebc4d5
commit 6db574c4ba

View File

@@ -27,7 +27,7 @@ export const generateContributionSnake = async (userName: string) => {
colorSnake: "purple",
};
const gifOptions = { frameDuration: 100, step: 2 };
const gifOptions = { frameDuration: 100, step: 1 };
const chain = getBestRoute(grid0, snake0)!;