This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Get Team ID from https://www.thesportsdb.com and add it as widget parameter | |
const TEAM_ID = args.widgetParameter || 134693 | |
const DARK_MODE = true | |
const widgetSize = config.widgetFamily || 'medium' | |
const textSize = 9.5 | |
const logoSize = 38 | |
const logoSmallSize = 22 | |
const spacing = { normal: 8, smaller: 6, vs: 5, widget: 10 } |