Work on closed sliced surfaces
This commit is contained in:
parent
20d99b5815
commit
c33a39944a
5 changed files with 285 additions and 20 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue