Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HashLips/hashlips_art_engine
/ buildSetup
Function
buildSetup
utils/pixelate.js:12–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
const
ctx = canvas.getContext(
"2d"
);
11
12
const
buildSetup = () => {
13
if
(fs.existsSync(buildDir)) {
14
fs.rmdirSync(buildDir, { recursive: true });
15
}
16
fs.mkdirSync(buildDir);
17
};
18
19
const
getImages = (_dir) => {
20
try {
Callers
1
pixelate.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected