🚀 demo + spring

This commit is contained in:
platane
2020-10-08 19:29:04 +02:00
committed by Platane
parent 16a47349be
commit bb0750e8ba
9 changed files with 208 additions and 49 deletions

View File

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