colorext
v1.1.0
Published
Colorext is a library that transform color to color.
Readme
colorext
一、Installation & Usage
yarn add colorextimport { toRGB, toHEX } from 'colorext';二、API
toRGB('#333', 0.8);
toRGB('rgb(255,255,255)', 0.8);toHEX('rgb(255,255,255)');