How to create a SVG blob thingy in HTML Canvas

from blog meain/blog, | ↗ original
You might have seen a lot of colorful blobs everywhere these days. It is simple and looks pretty without much effort. You even have tools like blobmaker.app to help you easily create blobs. Let me show you how you can code up your own svg blob thingy. Here is what we will be building. github and codesandbox OK, here we go. 1. Prepare environment...