Skip to content

pantoken / formats/dtcg/src / byTheme

함수: byTheme()

byTheme(theme): DtcgDoc

베타

테마의 DTCG 문서를 이름으로 조회합니다.

매개변수

theme

Theme

반환값

DtcgDoc

예제

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

const doc = byTheme("canvasHighContrast");