4

http://craftedbygc.com/ this is the URL and I want to use my own logo like this with HTML-canvas.

The URL using canvas particle but It is very difficult for me to get it done, can any one help me in understanding this, about how this can be achieved in HTML-canvas, is there any tool to create canvas code or something like this Code I inspected 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>
isherwood
  • 58,414
  • 16
  • 114
  • 157
Figar Ali
  • 826
  • 1
  • 9
  • 17
  • Most of the time, canvas get painted thanks to javascript, you may find more interesting code in the script portions of the page. – Kaiido Sep 14 '15 at 13:18
  • Thanks Kaiido, do we have some sort of editors or tools to create canvas? – Figar Ali Sep 14 '15 at 13:22
  • Question asking to recommends tools or software are off-topic on SO. Also, any text-editor will help you create js files, and there are a lot of libraries helping canvas editing, did you searched before asking here? – Kaiido Sep 14 '15 at 13:25

1 Answers1

2

You can purchase the canvas particle by visiting this link.

Husnain Aslam
  • 865
  • 1
  • 11
  • 28