feat(background): Allow background height/width to be set
* allow for bgColor to be set * allow for no pattern to be used
This commit is contained in:
@@ -57,6 +57,7 @@ export type SnapGrid = [number, number]
|
||||
export enum BackgroundVariant {
|
||||
Lines = 'lines',
|
||||
Dots = 'dots',
|
||||
None = 'none',
|
||||
}
|
||||
|
||||
export interface SelectionRect extends Rect {
|
||||
|
||||
Reference in New Issue
Block a user