mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-07-10 21:45:33 +00:00
fix: 0.3.1
This commit is contained in:
parent
91db478fe9
commit
587e0558e9
4 changed files with 12 additions and 7 deletions
|
@ -106,9 +106,9 @@ export function renderFullBoard(data: BoardData): FullBoard {
|
|||
return {
|
||||
w: lineLength,
|
||||
h: totalLineCount,
|
||||
ch: ([] as string[]).concat(...chLines).flat(),
|
||||
color: ([] as string[]).concat(...colorLines).flat(),
|
||||
bg_color: ([] as string[]).concat(...bgColorLines).flat(),
|
||||
width: ([] as number[]).concat(...widthLines).flat(),
|
||||
ch: chLines.flat(),
|
||||
color: colorLines.flat(),
|
||||
bg_color: bgColorLines.flat(),
|
||||
width: widthLines.flat(),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue