/** * The Base URL for the Twitch Helix API */ export const BaseUrlHelix = 'https://api.twitch.tv/helix'; /** * The official Twitch purple colour */ export const TwitchBrandingColor = 0x6441a4; /** * The official Twitch branding logo re-hosted on the Skyra CDN for consistent access */ export const TwitchLogoUrl = 'https://cdn.skyra.pw/skyra-assets/twitch_logo.png';