(file, buf)
| 157 | const outDir = join(REPO_ROOT, cfg.outDir); |
| 158 | await mkdir(outDir, { recursive: true }); |
| 159 | const write = (file, buf) => writeFile(join(outDir, file), buf); |
| 160 | |
| 161 | // Favicons: the lotus stands alone on transparent and tiny — bright mark. |
| 162 | for (const size of FAVICON_SIZES) { |