CoolFace
Apppublic

Henhouse/workflow-comics

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
config.ts7 linesDownload Raw Back to src
1import { getValidNumber } from "./lib/getValidNumber"2 3export const MAX_NB_PAGES = getValidNumber(process.env.NEXT_PUBLIC_MAX_NB_PAGES, 1, 2, 1)4 5// TODO: this one should be dynamic and depend upon the page layout type6export const NB_PANELS_PER_PAGE = 47