feat: paper background color option

This commit is contained in:
Hufe921
2023-09-17 20:33:24 +08:00
parent 291844fd7c
commit 46be700728
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ interface IEditorOption {
height?: number // 纸张高度。默认:1123
scale?: number // 缩放比例。默认:1
pageGap?: number // 纸张间隔。默认:20
backgroundColor?: string // 纸张背景色。默认:#FFFFFF
underlineColor?: string // 下划线颜色。默认:#000000
strikeoutColor?: string // 删除线颜色。默认:#FF0000
rangeColor?: string // 选区颜色。默认:#AECBFA