UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

4 lines (3 loc) 172 B
export const HexColorRegexString = '^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$'; export const HexColorRegex = /^#([A-F0-9]{6}|[A-F0-9]{3})$/i; export const ArrowPrefix = /^Arrow/;