frafra / jsplinter

Linear spline interpolation webapp
https://frafra.github.io/jsplinter/
GNU Affero General Public License v3.0
2 stars 0 forks source link
chart interpolation introjs javascript linear-splines math spline svelte

What is JSplinter?

JSplinter is a web application for interpolation using linear splines with optional regularization.

How can I use it?

Open https://frafra.github.io/jsplinter/ and follow the first run introduction.

How to build

$ npm install
$ npm run-script build

Technologies