♻️ clean up

This commit is contained in:
platane
2022-03-24 14:54:28 +01:00
parent 825e58e5fd
commit 3c697c687e
3 changed files with 5 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import {
import { userContributionToGrid } from "../action/userContributionToGrid";
import { snake4 as snake } from "@snk/types/__fixtures__/snake";
import { getPathToPose } from "@snk/solver/getPathToPose";
import { createSvg } from "../svg-creator";
import { createSvg } from "@snk/svg-creator";
const createForm = ({
onSubmit,

View File

@@ -1,6 +1,6 @@
import "./menu";
import { getBestRoute } from "@snk/solver/getBestRoute";
import { createSvg } from "../svg-creator";
import { createSvg } from "@snk/svg-creator";
import { grid, snake } from "./sample";
import { drawOptions } from "./canvas";
import { getPathToPose } from "@snk/solver/getPathToPose";

View File

@@ -3,9 +3,10 @@
"version": "1.0.0",
"dependencies": {
"@snk/draw": "1.0.0",
"@snk/github-user-contribution": "1.0.0",
"@snk/solver": "1.0.0",
"canvas": "2.9.1",
"gifsicle": "5.3.0"
"@snk/svg-creator": "1.0.0",
"@snk/types": "1.0.0"
},
"devDependencies": {
"@types/dat.gui": "0.7.7",