1
2
3
4
5
import { welshFlag } from "https://esm.town/v/jdan/welshFlag";
export const welshFlagCodePoints = welshFlag.map((c) =>
c.codePointAt(0).toString(16)
);