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

0.1.5 • Public • Published

install

npm i e-color

usage

import { Rgb } from "e-color"
const c1 = new Rgb(COLORS.White)
expect(c1.toHex()).toEqual("FFFFFF")
expect(new Rgb("FFFFFF").toBgr().toHex()).toEqual("FFFFFF")

bench

update bench

pnpm bench --run | ansi2 > ./assets/bench.svg

Readme

Keywords

Package Sidebar

Install

npm i e-color

Weekly Downloads

24

Version

0.1.5

License

ISC

Unpacked Size

190 kB

Total Files

25

Last publish

Collaborators

  • ahaoboy