MCPcopy Create free account
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects /

Class

assets/js/bubbleParticle.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const textCoordinates=ctx.getImageData(0,0,canvas.width,canvas.height);
26
27class Particle{
28
29constructor(x,y){
30 this.x=x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected