MCPcopy
hub / github.com/mudler/LocalAI / p2panimation.js

File p2panimation.js

core/http/static/p2panimation.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const canvas = document.getElementById('networkCanvas');
2const ctx = canvas.getContext('2d');
3
4let particles = [];

Callers

nothing calls this directly

Calls 7

resizeCanvasFunction · 0.85
initParticlesFunction · 0.85
animateFunction · 0.85
addEventListenerMethod · 0.80
shiftMethod · 0.80
isMouseOverMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected