UNPKG

canvas-editor-pdf

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