@satachito/curve_fit
Version:
Bezier/Conic curve fitting.
27 lines (26 loc) • 603 B
JSON
{
"name": "@satachito/curve_fit",
"version": "2.0.0",
"description": "Bezier/Conic curve fitting.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Satachito/BezierCPs.git"
},
"keywords": [
"Bezier",
"JavaScript",
"Node.js",
"LeastSquares"
],
"author": "Satoru Ogura",
"license": "MIT",
"bugs": {
"url": "https://github.com/Satachito/BezierCPs/issues"
},
"homepage": "https://github.com/Satachito/BezierCPs#readme"
}