UNPKG

badge-urls

Version:

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

4 lines (3 loc) 256 B
import { ShieldsIOOptions, ShieldsIOColor } from "./options"; /** Static badges https://img.shields.io */ export declare const staticBadge: (label: string, message: string, color: ShieldsIOColor | string, options?: ShieldsIOOptions | undefined) => string;