UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

10 lines (9 loc) 231 B
export interface TitleParameters { fontFamily: string; fontSize: number; fontStyle: string; fontUnderline: boolean; showTitle: boolean; titleAlignment: 'top' | 'bottom' | 'middle'; titleColor: string; }