Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AntonPalmqvist/physically-based-api
/ zipFiles
Function
zipFiles
scripts/create-materialx.mjs:107–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
});
106
});
107
});
108
}
109
110
function
zipFiles() {
111
const
zip =
new
AdmZip();
112
zip.addLocalFolder(tempFolder);
113
zip.writeZip(outputFile);
114
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected