Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
canvas = document.getElementById(
'networkCanvas'
);
2
const
ctx = canvas.getContext(
'2d'
);
3
4
let
particles = [];
Callers
nothing calls this directly
Calls
7
resizeCanvas
Function · 0.85
initParticles
Function · 0.85
animate
Function · 0.85
addEventListener
Method · 0.80
shift
Method · 0.80
isMouseOver
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected