Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/processing/p5.js
/ contributors-png.js
File
contributors-png.js
utils/contributors-png.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ createCanvas, loadImage } = require(
'canvas'
);
2
const
fs = require(
'fs'
);
3
4
const
data = fs.readFileSync(
'.all-contributorsrc'
,
'utf-8'
);
Callers
nothing calls this directly
Calls
3
loadAvatar
Function · 0.85
save
Method · 0.80
arc
Method · 0.80
Tested by
no test coverage detected