UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

6 lines (5 loc) 140 B
export declare interface BackgroundOptions { size: 'auto' | 'resize' | 'cover' | 'contain' | 'stretch'; x: number; y: number; }