UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

6 lines (5 loc) 341 B
import { IPropertyListDescriptor } from '../IPropertyDescriptor'; import { LengthPercentageTuple } from '../types/length-percentage'; export type BackgroundPosition = BackgroundImagePosition[]; export type BackgroundImagePosition = LengthPercentageTuple; export declare const backgroundPosition: IPropertyListDescriptor<BackgroundPosition>;