File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * them into public/conference-kit/conference-kit.zip. Expects a dev/prod server to
44 * already be running on $URL (default http://localhost:3000) — invoke after
55 * `pnpm dev` is up, or against a `pnpm start` instance. Override SCALE for
6- * print-grade output (e.g. SCALE=6 → 3600×8472 ≈ 100 dpi at 850×2000 mm).
6+ * print-grade output (e.g. SCALE=17 → 10200×24004 ≈ 305 dpi at 850×2000 mm).
77 *
88 * Only the zip is written to public/. Loose PNGs land in a tmp dir and are
99 * cleaned up so the served directory stays minimal.
@@ -21,7 +21,7 @@ const exec = promisify(execFile)
2121const URL = process . env . URL ?? "http://localhost:3000"
2222const PAGE = `${ URL } /conf/conference-kit/`
2323const PUBLIC_DIR = path . resolve ( process . cwd ( ) , "public/conference-kit" )
24- const SCALE = Number ( process . env . SCALE ?? 4 )
24+ const SCALE = Number ( process . env . SCALE ?? 17 )
2525
2626type ColorScheme = "light" | "dark"
2727
You can’t perform that action at this time.
0 commit comments