Work on closed sliced surfaces

This commit is contained in:
Fuhrmann 2025-03-05 14:37:44 +01:00
parent 20d99b5815
commit c33a39944a
5 changed files with 285 additions and 20 deletions

View file

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"earcut": "^3.0.1",
"next": "15.1.7",
"proj4": "^2.15.0",
"react": "^19.0.0",
@ -17,6 +18,7 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/earcut": "^3.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
@ -27,4 +29,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}