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;