Skip to content

pantoken / platforms/email/src / emailTokens

Feidhm: emailTokens()

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

Turgnamhach

Roghnaigh léarscáil an tóicín do mhód (réamhshocrú "light").

Paraiméadair

mode?

Mode = "light"

Tuairisceáin

Record<string, string>

Samplaí

Cuir tóicín go díreach i gcill ríomhphoist (modh éadrom)

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

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

Mód dorcha

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

const t = emailTokens("dark");