Skip to content

pantoken / formats/dtcg/src / themes

Variable: themes

const themes: Record<Theme, DtcgDoc>

Beta

Das DTCG-Dokument für jedes Theme.

Beispiel

ts
import { themes } from "@pantoken/dtcg";

const doc = themes.canvasHighContrast;