Skip to content

pantoken / platforms/email/src / emailTokens

Swyddogaeth: emailTokens()

emailTokens(mode?): Record<string, string>

Arbrofol

Dewiswch y map tocynnau ar gyfer modd (rhagosodedig "light").

Paramedrau

mode?

Mode = "light"

Yn dychwelyd

Record<string, string>

Enghreifftiau

Mewnosod tocyn yn linol i gell e-bost (modd golau)

ts
import { emailTokens } from "@pantoken/email";

const t = emailTokens();
const html = `<td style="background:${t.colorBackgroundBrand};color:${t.colorTextOnColor}">Hi</td>`;

Modd tywyll

ts
import { emailTokens } from "@pantoken/email";

const t = emailTokens("dark");