Package Exports
- yuksel-c2-interpolation
- yuksel-c2-interpolation/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (yuksel-c2-interpolation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
YukselC2Interpolation
It is the implementation of thesis A Class of C2 Interpolating Splines.
JS version of YukselC2Interpolation.
Use It
const smoothedPoints = YskselC2Interpolation.SmoothPolygon([...points, points[0]]);