Skip to content

ZekeXu/colorext

Repository files navigation

colorext

一、Installation & Usage

yarn add colorext
import { toRGB, toHEX } from 'colorext';

二、API

toRGB('#333', 0.8);
toRGB('rgb(255,255,255)', 0.8);
toHEX('rgb(255,255,255)');