[M] Rename, SVG Import/Optimise/Export/Load

This commit is contained in:
2023-03-24 19:32:52 +01:00
parent 37645da270
commit 981107de36
277 changed files with 664 additions and 154 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"dependencies": {
"@turf/area": "^6.5.0",
"@turf/concave": "^6.5.0",
"@turf/convex": "^6.5.0",
"@turf/projection": "^6.5.0",
"@turf/simplify": "^6.5.0",
"@turf/truncate": "^6.5.0",
"geojson2svg": "^1.3.3"
},
"type": "module"
}