A simple class and implementation for drawing a metaball animation on a HTML canvas, used in my personal site.
- Clone the repository
git clone https://github.com/turn-my-swag-on/typescript_metaballs.git - Navigate into the repository
cd typescript_metaballs/ - Install node modules
npm install - Run the site
npm run dev