A website for playing around with Bézier curves.
client contains the website code written in Svelte.
lib contains general Bézier curve methods that can be used in the browser or nodejs.
libtest contains unit tests for the methods in lib written with mocha to run with nodejs.
Whole project written in Typescript where possible.