Colorful, mouse following, squiggles. Written with Typescript, GSAP and rxjs.
Demo https://codepen.io/steveg3003/full/qobgBM/
First you need to download the the packages
npm install
For development run
npm run start
Which will the app on http://localhost:3000 and will reload when you make changes
To create a new build run
npm run build
Which will create a new version of the app in a 'dists' folder.