UNPKG

hex-alpha

Version:

A really simple package that enables you to specify an opacity for your HEX colours.

2 lines (1 loc) 72 B
export default function hexAlpha(input: string, alpha: number): string;