UNPKG

@tsparticles/demo-configs

Version:

tsParticles demo configurations

96 lines (95 loc) 2.06 kB
{ "name": "Emitter Shapes", "particles": { "number": { "value": 0 }, "color": { "value": "#000000" }, "shape": { "type": "circle" }, "opacity": { "value": 1 }, "size": { "value": 1 } }, "background": { "color": "#fff" }, "emitters": [ { "shape": "square", "position": { "x": 33, "y": 33 }, "size": { "width": 200, "height": 200, "mode": "precise" }, "life": { "duration": 10, "delay": 0.5, "count": 1 } }, { "shape": "circle", "position": { "x": 67, "y": 33 }, "size": { "width": 200, "height": 200, "mode": "precise" }, "life": { "duration": 10, "delay": 0.5, "count": 1 } }, { "fill": false, "shape": "square", "position": { "x": 33, "y": 67 }, "size": { "width": 200, "height": 200, "mode": "precise" }, "life": { "duration": 10, "delay": 0.5, "count": 1 } }, { "fill": false, "shape": "circle", "position": { "x": 67, "y": 67 }, "size": { "width": 200, "height": 200, "mode": "precise" }, "life": { "duration": 10, "delay": 0.5, "count": 1 } } ] }