http://craftedbygc.com/ is a URL, and I want to use my own logo, like this, with an HTML canvas.
The url is using canvas particle, but it’s very difficult for me to do this, can someone help me in understanding this, about how this can be achieved in HTML canvas, is there any tool for creating canvas code or something else like this is the code that I checked from this site.
<div id="particle-slider">
<div class="slides">
<div class="slide" data-src="http://craftedbygc.com/wp-content/themes/craftedbygc/images/logo.png"></div>
</div>
<canvas class="draw" id="canvas-particle" width="1279" height="403"></canvas>
<canvas width="351" height="397" style="display: none;"></canvas><canvas style="display: none;"></canvas><canvas style="display: none;"></canvas><p></p></div>
source
share