UNPKG

hex-argb-converter

Version:

You can convert hex color to argb number and convert argb number to hex color

2 lines (1 loc) 56 B
export declare function hexToArgb(hex: string): number;