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 // Paper height. default: 1123
scale?: number // scaling. default: 1
pageGap?: number // Paper spacing. default: 20
backgroundColor?: string // Paper background color. default: #FFFFFF
underlineColor?: string // Underline color. default: #000000
strikeoutColor?: string // Strikeout color. default: #FF0000
rangeColor?: string // Range color. default: #AECBFA