UNPKG

@xcpcio/board-app

Version:

The ICPC Series Competition Leaderboard Visualization Engine

10 lines (7 loc) 225 B
import type { Image } from "@xcpcio/types"; import hunan_cpc_logo from "@board/assets/hunan_cpc.png"; export function GET_LOGO_HUNAN_CPC(): Image { const image: Image = {}; image.url = hunan_cpc_logo; return image; }