feat: paper background color option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user