Skip to content

pantoken / formats/dtcg/src / byTheme

Function: byTheme()

byTheme(theme): DtcgDoc

Beta

Look up a theme's DTCG document by name.

Parameters

theme

Theme

Returns

DtcgDoc

Example

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

const doc = byTheme("canvasHighContrast");