auto generate on start

This commit is contained in:
2025-12-13 08:09:40 -05:00
parent c4273383f2
commit a12afae45a
2 changed files with 30 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ module.exports = {
}
// Wrap and measure lines while preserving group and level
const fontSizes = { 0: 28, 1: 24, 2: 20 };
const fontSizes = { 0: 26, 1: 22, 2: 18 };
const lineHeightFactor = 1.3;
let visualLines = []; // { text, group, level, fontSize, lineHeight }