MCPcopy Create free account
hub / github.com/fontsource/fontsource / AxisRegistryItem

Interface AxisRegistryItem

api/metadata/src/variable/types.ts:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3type VariableList = Record<string, VariableMetadata>;
4
5interface AxisRegistryItem {
6 name: string;
7 tag: string;
8 description: string;
9 min: number;
10 max: number;
11 default: number;
12 precision: number;
13}
14
15type AxisRegistryDownload = AxisRegistryItem[];
16type AxisRegistry = Record<string, Omit<AxisRegistryItem, 'tag'>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected