UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

5 lines (4 loc) 261 B
export declare const SHIELDS_IO_BASE_URL = "https://shields.io"; export declare const SHIELDS_IO_CATEGORY_PAGE_PREFIX = "/category/"; export declare const SHIELDS_IO_SHIELD_BASE_URL = "https://img.shields.io"; export declare const SHIELDS_IO_DATA_FILE: string;