UNPKG

@hufe921/canvas-editor

Version:
9 lines (8 loc) 249 B
import { BackgroundRepeat, BackgroundSize } from '../dataset/enum/Background'; export interface IBackgroundOption { color?: string; image?: string; size?: BackgroundSize; repeat?: BackgroundRepeat; applyPageNumbers?: number[]; }