Skip to content

pantoken / formats/dtcg/src / themes

変数: themes

const themes: Record<Theme, DtcgDoc>

ベータ

各テーマのDTCGドキュメント。キーはThemeです。

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

const doc = themes.canvasHighContrast;