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");