Skip to content

pantoken / design/swatches/src / swatches

Athróg: swatches

const swatches: Swatch[]

Turgnamhach

Na samhlacha datha rebrand (an pailléid réamhshocraithe).

Sampla

Codáil an pailléid réamhullmhaithe go haon fhormáid

ts
import { writeFileSync } from "node:fs";
import { swatches, toAse, toGpl } from "@pantoken/swatches";

writeFileSync("instructure.ase", toAse(swatches));
writeFileSync("instructure.gpl", toGpl(swatches));