🚀 refactor get available routes
This commit is contained in:
@@ -44,5 +44,5 @@ export const createCanvas = ({
|
||||
drawWorld(ctx, grid, snake, stack, drawOptions);
|
||||
};
|
||||
|
||||
return { draw, canvas };
|
||||
return { draw, canvas, ctx };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user