Live: https://jeegurda.github.io/curves/
and serve with anything
$ npm i
$ npm run build
$ npx serve ./build # 'serve' not included, just an example$ npm i
$ npm run serve# dev build with 50mb js
$ force_build=dev npm run build
# prod build with source maps and shit
$ force_build=prod npm run serve- add curves?
- add Legendre-Gauss method for the "true" length
- stretch plot
- scroll plot (how randomizer bounds should work tho?)