Generating panels as an svg

This commit is contained in:
2026-05-02 21:41:22 +01:00
parent db8617519b
commit 59a7c1c12b
4 changed files with 205 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "parachute-svg-generator",
"version": "0.1.0",
"description": "Generate an SVG outline of a parachute panel for an elliptical parachute",
"repository": {
"type": "git",
"url": "git@git.emaker.limited:chopster44/Parachute-SVG-Generator.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "chopster44",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}