cardinal-spline-3d
Version:
Smooth curve through points with tension and resolution options.
29 lines (28 loc) • 711 B
JSON
{
"name": "cardinal-spline-3d",
"version": "3.0.0",
"description": "Smooth curve through points with tension and resolution options.",
"main": "curve_calc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/epistemex/cardinal-spline-js.git"
},
"keywords": [
"cardinal",
"spline",
"catmull",
"rom"
],
"author": "Ken Nilsen <github@epistemex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/epistemex/cardinal-spline-js/issues"
},
"homepage": "https://github.com/epistemex/cardinal-spline-js#readme",
"devDependencies": {
"@jscad/csg": "^0.3.7"
}
}