mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-23 21:22:04 -05:00
3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
export const twitchThumbnailUrlToSrc = (url: string) =>
|
|
url.replace("{width}", "640").replace("{height}", "360");
|