export interface RotateOptions { rotate: 0 | 90 | 180 | 270; } export const defaultOptions: RotateOptions = { rotate: 0 };