Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 658 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 658 Bytes

color-alpha stable build size

Change alpha of a color.

npm install color-alpha

import α from 'color-alpha'
α('white', .4); // 'rgba(255,255,255,.4)'

Input color is parsed with color-parse package.