MCPcopy
hub / github.com/badges/shields / Format

Interface Format

badge-maker/index.d.ts:1–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Format {
2 label?: string
3 message: string
4 labelColor?: string
5 color?: string
6 style?: 'plastic' | 'flat' | 'flat-square' | 'for-the-badge' | 'social'
7 logoBase64?: string
8 links?: Array<string>
9 idSuffix?: string
10}
11
12export declare class ValidationError extends Error {}
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected