I have a brain image like the one I attached below which I want to draw on canvas. I see that it can be drawn by using many beizercurves or quadraticCurves.
My requirement is to draw the shape only by using html canvas or css, without svg, and without images.
Is there any easier way to draw them on canvas? Are there any formulas like the formulas used to create sine waves, that I can use to draw these curves.
