UNPKG

hex-argb-converter

Version:

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

2 lines (1 loc) 57 B
export declare function argbToHex(argb: number): string;