MCPcopy Index your code
hub / github.com/processing/p5.js / bundleSize

Function bundleSize

rollup.config.mjs:30–37  ·  view source on GitHub ↗
(name, sourcemap)

Source from the content-addressed store, hash-verified

28];
29const banner = `/*! p5.js v${pkg.version} ${new Intl.DateTimeFormat('en-US', { month: 'long', day: 'numeric', year: 'numeric' }).format(new Date())} */`;
30const bundleSize = (name, sourcemap) => {
31 return visualizer({
32 filename: `analyzer/${name}.html`,
33 gzipSize: true,
34 brotliSize: true,
35 sourcemap
36 });
37};
38
39const modules = ['webgpu']; // TODO: also generate math build
40const generateModuleBuild = () => {

Callers 2

generateModuleBuildFunction · 0.85
rollup.config.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected