UNPKG

@twitchfy/chatbot

Version:

A powerful node module to make your own Twitch ChatBot

14 lines (13 loc) 223 B
/** * The options for the thumbnail. */ export interface ThumbailOptions { /** * The width of the thumbnail. */ width?: number; /** * The height of the thumbnail. */ height?: number; }