UNPKG

@onesy/utils

Version:
5 lines (3 loc) 124 B
import colorToRgb from './colorToRgb'; const alpha = (value, opacity) => colorToRgb(value, opacity); export default alpha;