colorext
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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)');

Package Sidebar

Install

npm i colorext

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

15.2 kB

Total Files

5

Last publish

Collaborators

  • zekexu